summaryrefslogtreecommitdiffstats
path: root/libisofs/Pkgfile
blob: d0f2a70b2628b932275b0a649acb8e6514c89334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie pour creer des systemes de fichiers ISO-9660
# URL: http://libburnia.pykix.org/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: libburn
# Run on: libburn

name=libisofs
version=1.1.6
release=1
source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)

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