summaryrefslogtreecommitdiffstats
path: root/base/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 /base/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 'base/libgpg-error/Pkgfile')
-rwxr-xr-xbase/libgpg-error/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/base/libgpg-error/Pkgfile b/base/libgpg-error/Pkgfile
deleted file mode 100755
index c8fd63ec1..000000000
--- a/base/libgpg-error/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}
-