forked from ports/contrib
19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
# Description: Library to get preformatted data onto optical media (CD, DVD, BD/Blu-Ray)
|
|
# URL: https://dev.lovelyhq.com/libburnia/libburn
|
|
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
|
|
|
name=libburn
|
|
version=1.5.2.pl01
|
|
release=1
|
|
source=(https://files.libburnia-project.org/releases/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-${version::5}
|
|
|
|
./bootstrap
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|