cdparanoia: remove long_desc.
This commit is contained in:
parent
83e5e60067
commit
a72549de52
1 changed files with 4 additions and 13 deletions
|
@ -1,26 +1,16 @@
|
|||
# Template file for 'cdparanoia'.
|
||||
pkgname=cdparanoia
|
||||
version=10.2
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="${pkgname}-III-${version}"
|
||||
hostmakedepends="libtool automake"
|
||||
build_style=gnu-configure
|
||||
short_desc="CDDA reading utility with extra data verification features"
|
||||
homepage="https://www.xiph.org/paranoia/"
|
||||
license="GPL-2"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://downloads.xiph.org/releases/$pkgname/$pkgname-III-$version.src.tgz"
|
||||
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."
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
|
@ -33,10 +23,11 @@ do_install() {
|
|||
}
|
||||
|
||||
cdparanoia-devel_package() {
|
||||
depends="cdparanoia>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue