summaryrefslogtreecommitdiffstats
path: root/extra/libgpg-error/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:31:24 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:31:24 +0200
commit4e674c6ed59f26bd254ff92ecb9187fab6bd02a0 (patch)
tree1b89091e7c5cb75452e15fe5cf9260d2265ee841 /extra/libgpg-error/Pkgfile
parente804913052289e94a882e3771fc1a8f7bacd8494 (diff)
downloadnutyx-extra-4e674c6ed59f26bd254ff92ecb9187fab6bd02a0.tar.gz
nutyx-extra-4e674c6ed59f26bd254ff92ecb9187fab6bd02a0.tar.bz2
nutyx-extra-4e674c6ed59f26bd254ff92ecb9187fab6bd02a0.tar.xz
nutyx-extra-4e674c6ed59f26bd254ff92ecb9187fab6bd02a0.zip
libgpg-error dans extra
Diffstat (limited to 'extra/libgpg-error/Pkgfile')
-rwxr-xr-xextra/libgpg-error/Pkgfile21
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
+}
+