contrib/libburn/Pkgfile

18 lines
422 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)
# URL: https://dev.lovelyhq.com/libburnia/web/wikis/Libburn
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=libburn
2019-10-28 04:20:10 +01:00
version=1.5.2
2018-03-02 05:15:57 +01:00
release=1
source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}