libburn: update to 1.3.6.
This commit is contained in:
parent
9e219042f2
commit
2767d11576
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libburn'
|
# Template file for 'libburn'
|
||||||
pkgname=libburn
|
pkgname=libburn
|
||||||
version=1.2.6
|
version=1.3.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Library for reading, mastering and writing optical discs"
|
short_desc="Library for reading, mastering and writing optical discs"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.libburnia-project.org"
|
homepage="http://www.libburnia-project.org"
|
||||||
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
||||||
checksum=7b99a3036834c18259a59293b2aab37892550bd1d19a8a010fa338379555188f
|
checksum=cdbe9ba1d0bd3ad80864eb1b8c1d7c368321fa52d65b92cdf15241586fb72350
|
||||||
|
|
||||||
cdrskin_package() {
|
cdrskin_package() {
|
||||||
short_desc="Command line CD/DVD/BD writing tool"
|
short_desc="Command line CD/DVD/BD writing tool"
|
||||||
|
@ -20,10 +20,11 @@ cdrskin_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libburn-devel_package() {
|
libburn-devel_package() {
|
||||||
depends="libburn>=$version"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue