Corrected dependency (nettle -> libnettle)

This commit is contained in:
2017-05-30 08:32:43 -05:00
parent c84cb45d40
commit d269c92d23

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')