19 lines
396 B
Plaintext
19 lines
396 B
Plaintext
# Description: Library to get preformatted data onto optical media (CD, DVD, BD/Blu-Ray)
|
|
# URL: https://dev.lovelyhq.com/libburnia/libburn
|
|
# Maintainer: unmaintained
|
|
|
|
name=libburn
|
|
version=1.5.4
|
|
release=1
|
|
source=(https://files.libburnia-project.org/releases/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./bootstrap
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|