mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libburn: update to 1.5.0.
This commit is contained in:
parent
2561959d36
commit
0b218bc554
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libburn'
|
# Template file for 'libburn'
|
||||||
pkgname=libburn
|
pkgname=libburn
|
||||||
version=1.4.8
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version/.pl*/}"
|
wrksrc="${pkgname}-${version/.pl*/}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for reading, mastering and writing optical discs"
|
short_desc="Library for reading, mastering and writing optical discs"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
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=3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6
|
checksum=582b12c236c1365211946f2fe3c254976af37bbec244051f7742a98ded9be2bd
|
||||||
|
|
||||||
cdrskin_package() {
|
cdrskin_package() {
|
||||||
short_desc="Command line CD/DVD/BD writing tool"
|
short_desc="Command line CD/DVD/BD writing tool"
|
||||||
|
@ -18,6 +18,7 @@ cdrskin_package() {
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libburn-devel_package() {
|
libburn-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue