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:
8
Makefile
8
Makefile
@@ -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 && \
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = gnutls
|
||||
DEPENDS = gnutls=$(VERSION)
|
||||
REPO = dev
|
||||
BRIEF = Development files for gnutls
|
||||
DESC = Development files for gnutls
|
||||
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# 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
|
||||
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