29 lines
859 B
Bash
29 lines
859 B
Bash
# Template file for 'libshout-idjc'
|
|
pkgname=libshout-idjc
|
|
version=2.4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libtheora-devel libvorbis-devel libogg-devel speex-devel"
|
|
short_desc="Libshout plus some extensions for IDJC"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://idjc.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/libshoutidjc.idjc.p/${pkgname}-${version}.tar.gz"
|
|
checksum=b072acab07d542849e6b9edb7d5b094b83c327ea14e5e7e55bd74ebb61246e77
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
libshout-idjc-devel_package() {
|
|
depends="libtheora-devel 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"
|
|
}
|
|
}
|