diff options
Diffstat (limited to 'extra/libgpg-error/Pkgfile')
-rwxr-xr-x | extra/libgpg-error/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libgpg-error/Pkgfile b/extra/libgpg-error/Pkgfile new file mode 100755 index 000000000..c8fd63ec1 --- /dev/null +++ b/extra/libgpg-error/Pkgfile @@ -0,0 +1,21 @@ +# Description: contains a library that defines common error values for all GnuPG components +# URL: http://www.gnupg.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libgpg-error +version=1.10 +release=1 +source=( ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2 ) + + + +build() { +cd $name-$version +./configure --prefix=/usr\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info +make +make DESTDIR=$PKG install +} + |