24 lines
849 B
Plaintext
24 lines
849 B
Plaintext
|
# Template file for 'libcdio'
|
||
|
pkgname=libcdio
|
||
|
version=0.82
|
||
|
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>"
|
||
|
checksum=1acb3de8e0927906ade7a34c5853173d3068b87b02dfba80d0bf11e47f0b5d39
|
||
|
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 run glibc
|
||
|
Add_dependency run ncurses
|
||
|
Add_dependency run libcddb
|
||
|
Add_dependency build ncurses-devel
|
||
|
Add_dependency build libcddb-devel
|