23 lines
866 B
Text
23 lines
866 B
Text
# Template file for 'libcdio'
|
|
pkgname=libcdio
|
|
version=0.83
|
|
homepage="http://www.gnu.org/software/libcdio/"
|
|
distfiles="http://ftp.gnu.org/gnu/libcdio/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
short_desc="CD-ROM access library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=235017e3eccb86424f9c108f2c5d5fca62630bda8c9dcf23b425ba9c5e2482c0
|
|
long_desc="
|
|
This library is to encapsulate CD-ROM reading and
|
|
control. Applications wishing to be oblivious of the OS- and
|
|
device-dependent properties of a CD-ROM can use this library.
|
|
|
|
Some support for disk image types like BIN/CUE and NRG is available,
|
|
so applications that use this library also have the ability to read
|
|
disc images as though they were CDs."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build libcddb-devel
|