void-packages/srcpkgs/libcdio/template
Juan RP 13cffd4bca libcdio: move so symlinks into main pkg.
--HG--
extra : convert_revision : 0dd9df2087886fd81d6252a7c4a86523c032623e
2010-04-23 17:54:31 +02:00

27 lines
920 B
Plaintext

# Template file for 'libcdio'
pkgname=libcdio
version=0.82
revision=2
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