27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# Template file for 'cdparanoia'.
|
|
pkgname=cdparanoia
|
|
version=10.2
|
|
wrksrc=$pkgname-III-$version
|
|
patch_files=gcc.diff
|
|
distfiles="http://downloads.xiph.org/releases/$pkgname/$pkgname-III-$version.src.tgz"
|
|
build_style=gnu_configure
|
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
MANDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man install"
|
|
short_desc="CDDA reading utility with extra data verification features"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
checksum=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
|
|
long_desc="
|
|
Cdparanoia retrieves audio tracks from CDDA capable CDROM drives.
|
|
The data can be saved to a file or directed to standard output
|
|
in WAV, AIFF, AIFF-C or raw format. Most ATAPI, SCSI and several
|
|
proprietary CDROM drive makes are supported; cdparanoia can
|
|
determine if the target drive is CDDA capable.
|
|
|
|
In addition to simple reading, cdparanoia adds extra-robust
|
|
data verification, synchronization, error handling and scratch
|
|
reconstruction capability."
|
|
|
|
disable_parallel_build=yes
|
|
subpackages="devel"
|
|
Add_dependency full glibc
|