diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/libburn/.footprint.i686 | 18 | ||||
-rw-r--r-- | base/libburn/.footprint.x86_64 | 18 | ||||
-rw-r--r-- | base/libburn/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/libburn/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/libburn/Pkgfile | 16 |
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 -} |