summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:25:31 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:25:31 +0200
commit77c3943fa96d1678cf6c44509990d6627aca573a (patch)
treec90e260b6a4480a663d6ab1d53f107c61f650ba4 /base
parentcf1800c7aea21cbb07a584afdfa9a8f5b4972978 (diff)
downloadnutyx-pakxe-77c3943fa96d1678cf6c44509990d6627aca573a.tar.gz
nutyx-pakxe-77c3943fa96d1678cf6c44509990d6627aca573a.tar.bz2
nutyx-pakxe-77c3943fa96d1678cf6c44509990d6627aca573a.tar.xz
nutyx-pakxe-77c3943fa96d1678cf6c44509990d6627aca573a.zip
libburn dans extra
Diffstat (limited to 'base')
-rw-r--r--base/libburn/.footprint.i68618
-rw-r--r--base/libburn/.footprint.x86_6418
-rw-r--r--base/libburn/.md5sum.i6861
-rw-r--r--base/libburn/.md5sum.x86_641
-rwxr-xr-xbase/libburn/Pkgfile16
5 files changed, 0 insertions, 54 deletions
diff --git a/base/libburn/.footprint.i686 b/base/libburn/.footprint.i686
deleted file mode 100644
index 7a313c771..000000000
--- a/base/libburn/.footprint.i686
+++ /dev/null
@@ -1,18 +0,0 @@
-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/base/libburn/.footprint.x86_64 b/base/libburn/.footprint.x86_64
deleted file mode 100644
index 7a313c771..000000000
--- a/base/libburn/.footprint.x86_64
+++ /dev/null
@@ -1,18 +0,0 @@
-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/base/libburn/.md5sum.i686 b/base/libburn/.md5sum.i686
deleted file mode 100644
index 3aecc8be5..000000000
--- a/base/libburn/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-741604c3d4064502f06bae20293c508c libburn-1.1.6.tar.gz
diff --git a/base/libburn/.md5sum.x86_64 b/base/libburn/.md5sum.x86_64
deleted file mode 100644
index 3aecc8be5..000000000
--- a/base/libburn/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-741604c3d4064502f06bae20293c508c libburn-1.1.6.tar.gz
diff --git a/base/libburn/Pkgfile b/base/libburn/Pkgfile
deleted file mode 100755
index a2f67ffac..000000000
--- a/base/libburn/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-}