diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 22:04:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 22:04:07 +0100 |
commit | 64b5674076192d2a3b3b342df6ecb33ea465f0ad (patch) | |
tree | b9bbc1ab39b5f7010cb69393927627385379064e /base/libgpg-error/Pkgfile | |
parent | ff465b63de4b34dfd77051acd94c47d0c462d223 (diff) | |
download | nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.gz nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.bz2 nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.xz nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.zip |
libgpg-error, est dans base
Diffstat (limited to 'base/libgpg-error/Pkgfile')
-rwxr-xr-x | base/libgpg-error/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/libgpg-error/Pkgfile b/base/libgpg-error/Pkgfile new file mode 100755 index 000000000..e52a056e6 --- /dev/null +++ b/base/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.9 +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 +} + |