summaryrefslogtreecommitdiffstats
path: root/xfce/libburn/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:35:44 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:35:44 +0100
commite407d52d35b9d72ad8f9c67e99f43f81fa00ddb3 (patch)
tree8c1fd6fe5656947f5db68e56a5dc92b76d706fca /xfce/libburn/Pkgfile
parent61288a7f355ab94e961d5c2ed12b7572192efc53 (diff)
downloadnutyx-pakxe-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.tar.gz
nutyx-pakxe-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.tar.bz2
nutyx-pakxe-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.tar.xz
nutyx-pakxe-e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3.zip
libburn, déplacé dans base
Diffstat (limited to 'xfce/libburn/Pkgfile')
-rwxr-xr-xxfce/libburn/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/xfce/libburn/Pkgfile b/xfce/libburn/Pkgfile
deleted file mode 100755
index 868fe9c3b..000000000
--- a/xfce/libburn/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Librairie d'acces aux disques optiques
-# URL: http://icculus.org/burn/
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com>
-# Depends on: glibc
-
-name=libburn
-version=0.6.6
-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
-}