From e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 19:35:44 +0100 Subject: libburn, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libburn/.footprint | 17 +++++++++++++++++ base/libburn/.md5sum | 1 + base/libburn/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 base/libburn/.footprint create mode 100644 base/libburn/.md5sum create mode 100755 base/libburn/Pkgfile (limited to 'base') diff --git a/base/libburn/.footprint b/base/libburn/.footprint new file mode 100644 index 000000000..411615f87 --- /dev/null +++ b/base/libburn/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cdrskin +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libburn/ +-rw-r--r-- root/root usr/include/libburn/libburn.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libburn.la +lrwxrwxrwx root/root usr/lib/libburn.so -> libburn.so.4.39.0 +lrwxrwxrwx root/root usr/lib/libburn.so.4 -> libburn.so.4.39.0 +-rwxr-xr-x root/root usr/lib/libburn.so.4.39.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libburn-1.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cdrskin.1.gz diff --git a/base/libburn/.md5sum b/base/libburn/.md5sum new file mode 100644 index 000000000..64ebb7358 --- /dev/null +++ b/base/libburn/.md5sum @@ -0,0 +1 @@ +ed8fbf43f6393fbb50e2a143d4bea15b libburn-0.7.4.pl00.tar.gz 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 +} -- cgit v1.2.3-54-g00ecf