summaryrefslogtreecommitdiffstats
path: root/extra/libgpg-error/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-01 22:04:07 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-01 22:04:07 +0100
commit64b5674076192d2a3b3b342df6ecb33ea465f0ad (patch)
treeb9bbc1ab39b5f7010cb69393927627385379064e /extra/libgpg-error/Pkgfile
parentff465b63de4b34dfd77051acd94c47d0c462d223 (diff)
downloadnutyx-extra-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.gz
nutyx-extra-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.bz2
nutyx-extra-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.xz
nutyx-extra-64b5674076192d2a3b3b342df6ecb33ea465f0ad.zip
libgpg-error, est dans base
Diffstat (limited to 'extra/libgpg-error/Pkgfile')
-rwxr-xr-xextra/libgpg-error/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/libgpg-error/Pkgfile b/extra/libgpg-error/Pkgfile
deleted file mode 100755
index 6b8430b2b..000000000
--- a/extra/libgpg-error/Pkgfile
+++ /dev/null
@@ -1,23 +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
-# Depends on:
-# Run on:
-
-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
-}
-