24 lines
767 B
Text
24 lines
767 B
Text
# Template file for 'libshout-idjc'
|
|
pkgname=libshout-idjc
|
|
version=2.3.1
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="which pkg-config"
|
|
makedepends="libvorbis-devel libogg-devel speex-devel"
|
|
short_desc="Libshout plus some extensions for IDJC"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://${pkgname}.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/idjc/${pkgname}-${version}.tar.gz"
|
|
checksum=188bed3389c43effc7427b68934f70977ce6eb505281a92d31a22deeae26ac47
|
|
|
|
libshout-idjc-devel_package() {
|
|
depends="libogg-devel libvorbis-devel speex-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"
|
|
}
|
|
}
|