vp-build/templates/cdparanoia/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

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