1 Commits

Author SHA1 Message Date
Jay Larson
d269c92d23 Corrected dependency (nettle -> libnettle) 2017-05-30 08:32:43 -05:00

View File

@@ -9,13 +9,13 @@
# GNU General Public License for more details.
export SRCPKG = gnutls
export DEPENDS = glibc,gmp,libgcc,libgnutls,libstdc++,nettle,zlib
export DEPENDS = glibc,gmp,libgcc,libgnutls,libnettle,libstdc++,zlib
export ARCH = x86_64
export URL = http://www.gnutls.org/
BRIEF = Secure communications library
DESC = GnuTLS is a secure communications library implementing the SSL, TLS \
and DTLS protocols and technologies around them.
SNAPVER = 1
SNAPVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')