From 177bcf2be6dc9f6363a06bb8875785cd7bd92738 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Thu, 1 Mar 2018 23:15:57 -0500 Subject: [PATCH] libburn: new port --- libburn/.footprint | 18 ++++++++++++++++++ libburn/.md5sum | 1 + libburn/.signature | 5 +++++ libburn/Pkgfile | 17 +++++++++++++++++ 4 files changed, 41 insertions(+) create mode 100644 libburn/.footprint create mode 100644 libburn/.md5sum create mode 100644 libburn/.signature create mode 100644 libburn/Pkgfile diff --git a/libburn/.footprint b/libburn/.footprint new file mode 100644 index 000000000..ccb8053e7 --- /dev/null +++ b/libburn/.footprint @@ -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 diff --git a/libburn/.md5sum b/libburn/.md5sum new file mode 100644 index 000000000..1946bf0fa --- /dev/null +++ b/libburn/.md5sum @@ -0,0 +1 @@ +8aa3bb434637fcd34aaa374bc41e784d libburn-1.4.8.tar.gz diff --git a/libburn/.signature b/libburn/.signature new file mode 100644 index 000000000..270d5b362 --- /dev/null +++ b/libburn/.signature @@ -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 diff --git a/libburn/Pkgfile b/libburn/Pkgfile new file mode 100644 index 000000000..56a2b6e4b --- /dev/null +++ b/libburn/Pkgfile @@ -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 +}