void-packages/srcpkgs/libburn/template
Juan RP d6e2034a76 libburn: 0.7.2.pl01 is not a valid version, change it to _pl01.
--HG--
extra : convert_revision : fe6f11788583f87f1134f039efac51d9853fa21d
2009-12-04 04:11:36 +01:00

25 lines
1.2 KiB
Text

# Template file for 'libburn'
pkgname=libburn
_dist_ver=0.7.2
_dist_patch_ver=pl01
version=${_dist_ver}_${_dist_patch_ver}
wrksrc=${pkgname}-${_dist_ver}
distfiles="http://files.libburnia-project.org/releases/$pkgname-${_dist_ver}.${_dist_patch_ver}.tar.gz"
build_style=gnu_configure
short_desc="Library for reading, mastering and writing optical discs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=cc61e373b8c80b414e33c2df3d0753a6c8d2adf6e8926504b682af33338b0c57
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
ide-scsi) or /dev/srM , /dev/hdX ( on kernel 2.6).
libburn also offers a facility for reading data blocks from its drives without
using the normal block device i/o, which has its advantages and disadvantages.
It seems appropriate, nevertheless, to do writing and reading via the same
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"
Add_dependency full glibc