35 lines
802 B
Text
35 lines
802 B
Text
# Template file for 'libburn'
|
|
pkgname=libburn
|
|
version=1.2.6
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
short_desc="Library for reading, mastering and writing optical discs"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.libburnia-project.org"
|
|
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
|
checksum=7b99a3036834c18259a59293b2aab37892550bd1d19a8a010fa338379555188f
|
|
|
|
cdrskin_package() {
|
|
short_desc="Command line CD/DVD/BD writing tool"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove usr/share
|
|
}
|
|
}
|
|
|
|
libburn-devel_package() {
|
|
depends="libburn>=$version"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
libburn_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|