void-packages/srcpkgs/libcdio-paranoia/template
jbu c2bfc6b7d5 bandwith / download times + $GNU_SITE cleanup
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible.
+ Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate.
+ Clean up xlint warnings.
+ inetutils: update to 1.9.3 and split into subpkgs
2015-05-22 11:47:56 +02:00

30 lines
837 B
Bash

# Template file for 'libcdio-paranoia'
pkgname=libcdio-paranoia
version="10.2+0.93+1"
revision=3
build_style=gnu-configure
configure_args="--enable-cpp-progs --disable-example-progs"
hostmakedepends="automake libtool pkg-config"
makedepends="libcdio-devel"
short_desc="CD paranoia utility/libraries from libcdio"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.gnu.org/software/libcdio/"
distfiles="${GNU_SITE}/libcdio/$pkgname-$version.tar.bz2"
checksum=ec1d9b1d5a28cc042f2cb33a7cc0a2b5ce5525f102bc4c15db1fac322559a493
pre_configure() {
autoreconf -fi
}
libcdio-paranoia-devel_package() {
depends="libcdio-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}