summaryrefslogtreecommitdiffstats
path: root/extra/libgpg-error/Pkgfile
diff options
context:
space:
mode:
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
-}
-