summaryrefslogtreecommitdiffstats
path: root/libzip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libzip/Pkgfile')
-rw-r--r--libzip/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libzip/Pkgfile b/libzip/Pkgfile
new file mode 100644
index 000000000..3dfbcf2b5
--- /dev/null
+++ b/libzip/Pkgfile
@@ -0,0 +1,16 @@
+# 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
+}