Corrected dependency (nettle -> libnettle)
This commit is contained in:
4
Makefile
4
Makefile
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user