libassuan: adopted port

This commit is contained in:
Tim Biermann 2021-01-29 11:42:39 +00:00
parent 3dc5da87b2
commit 073d468d4b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/U0D2of5qO7yUHYcPnhlvs5TG2iKWXO/9TJ/WHihnyvyXzNEWogCpMnzKYtUxlwVgxxS+0xFCYalXYBg/j+/lww=
SHA256 (Pkgfile) = c600dfd86a40a42bf408eaf49bb3e59f7b3d7433ee57fac4a194619f6021386b
RWSE3ohX2g5d/fdnENzk78XPiIa2xi/zZXr+qOgwS5fXB1BSj7Th8vP4eGmJjtENlkZehx5E3h3oXM55kU/KA5W13duqrvqdMwg=
SHA256 (Pkgfile) = 7a6ec3161ee2b63364a9a4195b6f14b1b60483a2ab205fc9a136ede8fccbae5e
SHA256 (.footprint) = 46b359f68657acfe3bebb675230559286d149cbcbb58e42971ff10ae84c4b945
SHA256 (libassuan-2.5.4.tar.bz2) = c080ee96b3bd519edd696cfcebdecf19a3952189178db9887be713ccbcb5fbf0

View File

@ -1,19 +1,19 @@
# Description: IPC library for the GnuPG components
# URL: http://www.gnupg.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libgpg-error
# URL: https://www.gnupg.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libgpg-error
name=libassuan
version=2.5.4
release=1
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
rm -r $PKG/usr/share/info
}