summaryrefslogtreecommitdiffstats
path: root/libzip/Pkgfile
blob: b29242ebe9317f4630ac961c494d1a2803b17f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.10.1
release=1
source=(http://www.nih.at/$name/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}