The following changes were made:

* Updated to gnutls-3.3.27
  * Removed png files in usr/share/info
  * Added REPO on the dev and lib packages
This commit is contained in:
2018-10-01 16:26:37 -05:00
parent d269c92d23
commit 0acea89edd
7 changed files with 10 additions and 4 deletions

View File

@@ -12,10 +12,11 @@ export SRCPKG = gnutls
export DEPENDS = glibc,gmp,libgcc,libgnutls,libnettle,libstdc++,zlib
export ARCH = x86_64
export URL = http://www.gnutls.org/
REPO = main
BRIEF = Secure communications library
DESC = GnuTLS is a secure communications library implementing the SSL, TLS \
and DTLS protocols and technologies around them.
SNAPVER = 2
SNAPVER = 0
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -56,6 +57,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
--prefix=/usr \
--with-default-trust-store-dir=/etc/ssl/certs \
--with-default-trust-store-file=/etc/ssl/certs/ca-bundle.crt \
--without-p11-kit \
--build=x86_64-snap-linux-gnu \
--host=x86_64-snap-linux-gnu \
--target=x86_64-snap-linux-gnu
@@ -70,7 +72,9 @@ $(ROOT): $(SRCDIR)/src/.libs/lt-danetool
mkdir -v $(ROOT); \
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 $(LIBROOT)/usr/lib && \