Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0acea89edd | ||
|
|
d269c92d23 |
10
Makefile
10
Makefile
@@ -9,13 +9,14 @@
|
|||||||
# 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/
|
||||||
|
REPO = main
|
||||||
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 = 0
|
||||||
|
|
||||||
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')
|
||||||
@@ -56,6 +57,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-default-trust-store-dir=/etc/ssl/certs \
|
--with-default-trust-store-dir=/etc/ssl/certs \
|
||||||
--with-default-trust-store-file=/etc/ssl/certs/ca-bundle.crt \
|
--with-default-trust-store-file=/etc/ssl/certs/ca-bundle.crt \
|
||||||
|
--without-p11-kit \
|
||||||
--build=x86_64-snap-linux-gnu \
|
--build=x86_64-snap-linux-gnu \
|
||||||
--host=x86_64-snap-linux-gnu \
|
--host=x86_64-snap-linux-gnu \
|
||||||
--target=x86_64-snap-linux-gnu
|
--target=x86_64-snap-linux-gnu
|
||||||
@@ -70,7 +72,9 @@ $(ROOT): $(SRCDIR)/src/.libs/lt-danetool
|
|||||||
mkdir -v $(ROOT); \
|
mkdir -v $(ROOT); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@cd $(SRCDIR) && make install DESTDIR=$(ROOT)
|
@cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \
|
||||||
|
rm -v $(ROOT)/usr/share/info/dir && \
|
||||||
|
rm -v $(ROOT)/usr/share/info/*.png
|
||||||
|
|
||||||
@install -v -d $(LIB)/SNAP && \
|
@install -v -d $(LIB)/SNAP && \
|
||||||
install -v -d $(LIBROOT)/usr/lib && \
|
install -v -d $(LIBROOT)/usr/lib && \
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
DEPENDS = gnutls
|
DEPENDS = gnutls=$(VERSION)
|
||||||
|
REPO = dev
|
||||||
BRIEF = Development files for gnutls
|
BRIEF = Development files for gnutls
|
||||||
DESC = Development files for gnutls
|
DESC = Development files for gnutls
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
DEPENDS = glibc,gmp,libgcc,libstdc++,nettle,zlib
|
DEPENDS = glibc,gmp,gnutls=$(VERSION),libgcc,libstdc++,nettle,zlib
|
||||||
|
REPO = main
|
||||||
BRIEF = Runtime library for gnutls
|
BRIEF = Runtime library for gnutls
|
||||||
DESC = Runtime library for gnutls
|
DESC = Runtime library for gnutls
|
||||||
|
|
||||||
|
|||||||
BIN
SRC/gnutls-3.3.27.tar.xz
Normal file
BIN
SRC/gnutls-3.3.27.tar.xz
Normal file
Binary file not shown.
BIN
SRC/gnutls-3.3.27.tar.xz.sig
Normal file
BIN
SRC/gnutls-3.3.27.tar.xz.sig
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user