Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d269c92d23 |
4
Makefile
4
Makefile
@@ -9,13 +9,13 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
export SRCPKG = gnutls
|
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 ARCH = x86_64
|
||||||
export URL = http://www.gnutls.org/
|
export URL = http://www.gnutls.org/
|
||||||
BRIEF = Secure communications library
|
BRIEF = Secure communications library
|
||||||
DESC = GnuTLS is a secure communications library implementing the SSL, TLS \
|
DESC = GnuTLS is a secure communications library implementing the SSL, TLS \
|
||||||
and DTLS protocols and technologies around them.
|
and DTLS protocols and technologies around them.
|
||||||
SNAPVER = 1
|
SNAPVER = 2
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user