summaryrefslogtreecommitdiffstats
path: root/base/libgpg-error/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libgpg-error/Pkgfile')
-rwxr-xr-xbase/libgpg-error/Pkgfile21
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
+}
+