libburn: New port.

This commit is contained in:
Jose V Beneyto 2008-02-08 17:29:22 +01:00
parent cb53352e8a
commit 5bef31f83a
3 changed files with 37 additions and 0 deletions

17
libburn/.footprint Normal file
View File

@ -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/
-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.7.0
lrwxrwxrwx root/root usr/lib/libburn.so.4 -> libburn.so.4.7.0
-rwxr-xr-x root/root usr/lib/libburn.so.4.7.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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cdrskin.1.gz

1
libburn/.md5sum Normal file
View File

@ -0,0 +1 @@
7d05a52c704d4681fb04759195b6a531 libburn-0.4.2.tar.gz

19
libburn/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Alternative to cdrecord tools
# URL: http://libburnia.pykix.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on:
name=libburn
version=0.4.2
release=1
source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-debug
make
make DESTDIR=$PKG install
}