summaryrefslogtreecommitdiffstats
path: root/libburn/Pkgfile
blob: 57632ae6476e815f346c5e9a60cb61c4f07c11b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Librairie d'accès aux disques optiques
# URL: http://icculus.org/burn/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libburn
version=1.1.8
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
}