libburn: update to 1.2.4.
This commit is contained in:
parent
aee1e089e8
commit
ebfbfa4d2c
2 changed files with 12 additions and 15 deletions
|
@ -1,16 +1,13 @@
|
|||
# Template file for 'libburn-devel'.
|
||||
#
|
||||
depends="glibc-devel libburn>=1.2.2"
|
||||
noarch=yes
|
||||
depends="glibc-devel libburn>=$version"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
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
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'libburn'
|
||||
pkgname=libburn
|
||||
version=1.2.2
|
||||
homepage="http://www.libburnia-project.org"
|
||||
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
version=1.2.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
subpackages="cdrskin $pkgname-devel"
|
||||
short_desc="Library for reading, mastering and writing optical discs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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="
|
||||
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
|
||||
|
@ -20,5 +22,3 @@ long_desc="
|
|||
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
|
||||
read function does not need such a reload."
|
||||
|
||||
subpackages="cdrskin $pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue