22 lines
620 B
Bash
22 lines
620 B
Bash
# Template file for 'libcddb'
|
|
pkgname=libcddb
|
|
version=1.3.2
|
|
revision=8
|
|
build_style=gnu-configure
|
|
short_desc="Library to access data on a CDDB server"
|
|
homepage="http://libcddb.sourceforge.net/"
|
|
license="LGPL-2.1"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=68e9b53918b9bea727fb2db78936526671c039dcd7396cb82ecd6854e866048c
|
|
|
|
libcddb-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|