1
0
forked from ports/contrib
contrib/libburn/Pkgfile

19 lines
436 B
Plaintext
Raw Normal View History

2018-03-01 23:15:57 -05:00
# Description: Library to get preformatted data onto optical media (CD, DVD, BD/Blu-Ray)
2020-12-21 08:59:37 +00:00
# URL: https://dev.lovelyhq.com/libburnia/libburn
2018-03-01 23:15:57 -05:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=libburn
2020-12-21 08:59:37 +00:00
version=1.5.2.pl01
2018-03-01 23:15:57 -05:00
release=1
2020-12-21 08:59:37 +00:00
source=(https://files.libburnia-project.org/releases/$name-$version.tar.gz)
2018-03-01 23:15:57 -05:00
build() {
2020-12-21 08:59:37 +00:00
cd $name-${version::5}
2018-03-01 23:15:57 -05:00
2020-12-21 08:59:37 +00:00
./bootstrap
2018-03-01 23:15:57 -05:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}