libburn: update to 1.2.4.

This commit is contained in:
Juan RP 2012-07-22 00:10:36 +02:00
parent aee1e089e8
commit ebfbfa4d2c
2 changed files with 12 additions and 15 deletions

View file

@ -1,16 +1,13 @@
# Template file for 'libburn-devel'. # Template file for 'libburn-devel'.
# #
depends="glibc-devel libburn>=1.2.2" noarch=yes
depends="glibc-devel libburn>=$version"
short_desc="${sourcepkg} development files" short_desc="${sourcepkg} development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install() vmove usr/include usr
{ vmove usr/lib/pkgconfig usr/lib
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
} }

View file

@ -1,14 +1,16 @@
# Template file for 'libburn' # Template file for 'libburn'
pkgname=libburn pkgname=libburn
version=1.2.2 version=1.2.4
homepage="http://www.libburnia-project.org"
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
build_style=gnu-configure
revision=1 revision=1
build_style=gnu-configure
configure_args="--disable-static"
subpackages="cdrskin $pkgname-devel"
short_desc="Library for reading, mastering and writing optical discs" short_desc="Library for reading, mastering and writing optical discs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
checksum=4641ee2be317ff146653597da4c9f3133916c5c839c0bfd3c73ed73d15972e3f homepage="http://www.libburnia-project.org"
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
checksum=f0598fa76d157a935b576778ab8cc772f96480894239da14be84986ef1313e4b
long_desc=" long_desc="
libburn is a library by which preformatted data get onto optical media: CD, libburn is a library by which preformatted data get onto optical media: CD,
DVD, BD (Blu-Ray). On Linux it uses either /dev/sgN (on kernel 2.4 with DVD, BD (Blu-Ray). On Linux it uses either /dev/sgN (on kernel 2.4 with
@ -20,5 +22,3 @@ long_desc="
channel. On several Linux systems, the block device driver needs reloading of channel. On several Linux systems, the block device driver needs reloading of
the drive tray in order to make available freshly written data. The libburn the drive tray in order to make available freshly written data. The libburn
read function does not need such a reload." read function does not need such a reload."
subpackages="cdrskin $pkgname-devel"