libburn: update to 1.2.2.
This commit is contained in:
parent
12a76ec506
commit
c2c46e6da1
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'cdrskin'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="Command line CD/DVD/BD writing tool"
|
||||
long_desc="
|
||||
cdrskin strives to be a second source for the services traditionally
|
||||
|
@ -11,10 +10,7 @@ long_desc="
|
|||
CD-R[W] with TAO and multi-session. Additionally cdrskin offers
|
||||
cdrecord-ProDVD-like mode DAO with DVD-R[W]."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
do_install() {
|
||||
vmove usr/bin usr
|
||||
vmove usr/share usr
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.7.2"
|
||||
api_depends=">=0.7.4.pl00_1"
|
||||
api_depends=">=1.2.2"
|
||||
|
|
|
@ -5,10 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libburn ">=${version}_2"
|
||||
Add_dependency run libburn ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
# Template file for 'libburn'
|
||||
pkgname=libburn
|
||||
_distver=0.7.4
|
||||
version=${_distver}.pl00
|
||||
wrksrc=${pkgname}-${_distver}
|
||||
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
|
||||
revision=2
|
||||
short_desc="Library for reading, mastering and writing optical discs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=70815ff0ce64049b7555b9e6fc9c3a0614e754c14eb5cbae02ef94270b831ed1
|
||||
checksum=4641ee2be317ff146653597da4c9f3133916c5c839c0bfd3c73ed73d15972e3f
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user