From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- libburn/.footprint.i686 | 18 ++++++++++++++++++ libburn/.footprint.x86_64 | 18 ++++++++++++++++++ libburn/.md5sum.i686 | 1 + libburn/.md5sum.x86_64 | 1 + libburn/Pkgfile | 16 ++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 libburn/.footprint.i686 create mode 100644 libburn/.footprint.x86_64 create mode 100644 libburn/.md5sum.i686 create mode 100644 libburn/.md5sum.x86_64 create mode 100755 libburn/Pkgfile (limited to 'libburn') diff --git a/libburn/.footprint.i686 b/libburn/.footprint.i686 new file mode 100644 index 000000000..7a313c771 --- /dev/null +++ b/libburn/.footprint.i686 @@ -0,0 +1,18 @@ +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/ +-rw-r--r-- root/root usr/lib/libburn.a +-rwxr-xr-x root/root usr/lib/libburn.la +lrwxrwxrwx root/root usr/lib/libburn.so -> libburn.so.4.69.0 +lrwxrwxrwx root/root usr/lib/libburn.so.4 -> libburn.so.4.69.0 +-rwxr-xr-x root/root usr/lib/libburn.so.4.69.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/libburn/.footprint.x86_64 b/libburn/.footprint.x86_64 new file mode 100644 index 000000000..7a313c771 --- /dev/null +++ b/libburn/.footprint.x86_64 @@ -0,0 +1,18 @@ +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/ +-rw-r--r-- root/root usr/lib/libburn.a +-rwxr-xr-x root/root usr/lib/libburn.la +lrwxrwxrwx root/root usr/lib/libburn.so -> libburn.so.4.69.0 +lrwxrwxrwx root/root usr/lib/libburn.so.4 -> libburn.so.4.69.0 +-rwxr-xr-x root/root usr/lib/libburn.so.4.69.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/libburn/.md5sum.i686 b/libburn/.md5sum.i686 new file mode 100644 index 000000000..3aecc8be5 --- /dev/null +++ b/libburn/.md5sum.i686 @@ -0,0 +1 @@ +741604c3d4064502f06bae20293c508c libburn-1.1.6.tar.gz diff --git a/libburn/.md5sum.x86_64 b/libburn/.md5sum.x86_64 new file mode 100644 index 000000000..3aecc8be5 --- /dev/null +++ b/libburn/.md5sum.x86_64 @@ -0,0 +1 @@ +741604c3d4064502f06bae20293c508c libburn-1.1.6.tar.gz diff --git a/libburn/Pkgfile b/libburn/Pkgfile new file mode 100755 index 000000000..a2f67ffac --- /dev/null +++ b/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 +} -- cgit v1.2.3-54-g00ecf