gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1189: clean up nettle


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1189: clean up nettle
Date: Sun, 18 Nov 2012 14:37:22 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1189
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 14:37:22 +0100
message:
  clean up nettle
added:
  gnu/nettle/config.mk
modified:
  gnu/nettle/Makefile
=== modified file 'gnu/nettle/Makefile'
--- a/gnu/nettle/Makefile       2012-08-20 22:11:17 +0000
+++ b/gnu/nettle/Makefile       2012-11-18 13:37:22 +0000
@@ -1,17 +1,20 @@
 GARNAME = nettle
 GARVERSION = 2.5
+HOME_URL = http://www.gnu.org/software/lsh
+DESCRIPTION = A low-level cryptographic library
+
+######################################################################
 
 MASTER_SITES = http://www.lysator.liu.se/~nisse/archive/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-HOME_URL = http://www.gnu.org/software/lsh
-# DESCRIPTION = 
-
+BUILDDEPS =
 LIBDEPS = gmp
 
-CONFIGURE_OPTS = --disable-openssl --enable-shared 
-CONFIGURE_OPTS += --libdir="$(prefix)/lib"  # FIXME
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += --libdir=$(prefix)/lib

=== added file 'gnu/nettle/config.mk'
--- a/gnu/nettle/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/nettle/config.mk      2012-11-18 13:37:22 +0000
@@ -0,0 +1,4 @@
+## Configuration options for nettle ##
+
+CONFIGURE_OPTS ?= --disable-openssl --enable-shared
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]