libgpg-error: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-27 12:58:08 +01:00
parent 9ea2f25b1e
commit c5a08e183a
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/b8jl4sMTxVhxzp8ADPfpOh0eKIaM+TvsuzNzQ6UC6VsuCmpS6zw8NPJWUHbjQLEPoZru7VlHmTEqGeO9BLvEQM=
SHA256 (Pkgfile) = dd0aaf89ed66a3e73964adfe8c978bfe14d3e697c751a18a7c3beb1e692dfad4
RWSE3ohX2g5d/Yx00nVjkFZOTPbZQXI9BFnn1HAlO/np9rswtATi8yYcbMRcOvqHvkbI4ckijjpt6/SQOi1gzgR8T/xHAbe0Vgg=
SHA256 (Pkgfile) = 6d17679c024a4e230026edd273b72c7308d72473b0ef4aeab8509eb0318d1952
SHA256 (.footprint) = 2867263ed93e00634c702dd480217ea4029fffd18d9c751a53e424f9a3c227ee
SHA256 (libgpg-error-1.41.tar.bz2) = 64b078b45ac3c3003d7e352a5e05318880a5778c42331ce1ef33d1a0d9922742

View File

@ -1,6 +1,6 @@
# Description: A small library defining error values for GnuPG components
# URL: https://www.gnupg.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libgpg-error
version=1.41
@ -8,14 +8,14 @@ release=1
source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--enable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info/
./configure \
--prefix=/usr \
--disable-nls \
--enable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info/
}