contrib/libburn/Pkgfile

19 lines
396 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
# Maintainer: unmaintained
2018-03-01 23:15:57 -05:00
name=libburn
version=1.5.4
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() {
cd $name-$version
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
}