54547b4e40
--HG-- extra : convert_revision : 11a3a7b41ead37504d6e5c3a6e6b87f557c397b9
26 lines
920 B
Text
26 lines
920 B
Text
# Template file for 'libcdio'
|
|
pkgname=libcdio
|
|
version=0.82
|
|
revision=1
|
|
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 libstdc++
|
|
Add_dependency run libgcc
|
|
Add_dependency run ncurses-libs
|
|
Add_dependency run libcddb
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build libcddb-devel
|