diff options
Diffstat (limited to 'extra/libburn/Pkgfile')
-rwxr-xr-x | extra/libburn/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/libburn/Pkgfile b/extra/libburn/Pkgfile new file mode 100755 index 000000000..a2f67ffac --- /dev/null +++ b/extra/libburn/Pkgfile @@ -0,0 +1,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.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 +} |