summaryrefslogtreecommitdiffstats
path: root/extra/libzip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libzip/Pkgfile')
-rw-r--r--extra/libzip/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/libzip/Pkgfile b/extra/libzip/Pkgfile
deleted file mode 100644
index ca3369d5d..000000000
--- a/extra/libzip/Pkgfile
+++ /dev/null
@@ -1,17 +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
-# Depends on:
-
-name=libzip
-version=0.9
-release=1
-source=(http://www.nih.at/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}