diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:35:44 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:35:44 +0100 |
commit | e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3 (patch) | |
tree | 8c1fd6fe5656947f5db68e56a5dc92b76d706fca /base/libburn/Pkgfile | |
parent | 61288a7f355ab94e961d5c2ed12b7572192efc53 (diff) | |
download | nutyx-extra-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.tar.gz nutyx-extra-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.tar.bz2 nutyx-extra-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.tar.xz nutyx-extra-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.zip |
libburn, déplacé dans base
Diffstat (limited to 'base/libburn/Pkgfile')
-rwxr-xr-x | base/libburn/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/base/libburn/Pkgfile b/base/libburn/Pkgfile new file mode 100755 index 000000000..1ae893cb4 --- /dev/null +++ b/base/libburn/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie d'accès aux disques optiques +# URL: http://icculus.org/burn/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=libburn +version=0.7.4 +release=1 +source=(http://files.libburnia-project.org/releases/$name-$version.pl00.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --libdir=/usr/lib \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --disable-static + make + make DESTDIR=$PKG install +} |