libburn: new port

This commit is contained in:
John Vogel 2018-03-01 23:15:57 -05:00
parent e5bb9c992a
commit 177bcf2be6
4 changed files with 41 additions and 0 deletions

18
libburn/.footprint Normal file
View File

@ -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.101.0
lrwxrwxrwx root/root usr/lib/libburn.so.4 -> libburn.so.4.101.0
-rwxr-xr-x root/root usr/lib/libburn.so.4.101.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

1
libburn/.md5sum Normal file
View File

@ -0,0 +1 @@
8aa3bb434637fcd34aaa374bc41e784d libburn-1.4.8.tar.gz

5
libburn/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z3fVfuZ63Uv9ZVdySJaQ8gnti/Zc5x5teifp0oYShgf1wBnOl3FLPc8WBvHj3G0nYDpiRbYg2oXKRQ3e1hgNgM=
SHA256 (Pkgfile) = 981384208e7522852ab909bf1f145ddc7d86b6015fb2b1227153deda986d6704
SHA256 (.footprint) = c7b50a29929ca299d40926eb673770402575923ed6be78b315c6ac5b7d79114f
SHA256 (libburn-1.4.8.tar.gz) = 3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6

17
libburn/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Library to get preformatted data onto optical media (CD, DVD, BD/Blu-Ray)
# URL: https://dev.lovelyhq.com/libburnia/web/wikis/Libburn
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=libburn
version=1.4.8
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
}