contrib/libburn/Pkgfile

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