summaryrefslogtreecommitdiffstats
path: root/base/libzip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libzip/Pkgfile')
-rw-r--r--base/libzip/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/base/libzip/Pkgfile b/base/libzip/Pkgfile
deleted file mode 100644
index 3dfbcf2b5..000000000
--- a/base/libzip/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Librairie pour la compression de fichiers
-# URL: http://www.nih.at/libzip/index.html
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=libzip
-version=0.9.3
-release=1
-source=(http://www.nih.at/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}