contrib/libburn/Pkgfile

19 lines
436 B
Plaintext
Raw Normal View History

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