2 Commits

Author SHA1 Message Date
Jay Larson
0acea89edd 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
2018-10-01 16:26:37 -05:00
Jay Larson
d269c92d23 Corrected dependency (nettle -> libnettle) 2017-05-30 08:32:43 -05:00
7 changed files with 11 additions and 5 deletions

View File

@@ -9,13 +9,14 @@
# 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/
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 = 1
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 && \

View File

@@ -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

View File

@@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.