parent
75b68102c1
commit
d04c9b8346
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'libshout-idjc'
|
||||
pkgname=libshout-idjc
|
||||
version=2.4.1
|
||||
version=2.4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool which pkg-config"
|
||||
makedepends="libvorbis-devel libogg-devel speex-devel"
|
||||
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}/idjc/${pkgname}-${version}.tar.gz"
|
||||
checksum=50aa0ea9a8f26dab7d3e9c9bc4ee7f009107c4ecf386f418cb3b1c9931787596
|
||||
distfiles="${SOURCEFORGE_SITE}/libshoutidjc.idjc.p/${pkgname}-${version}.tar.gz"
|
||||
checksum=b072acab07d542849e6b9edb7d5b094b83c327ea14e5e7e55bd74ebb61246e77
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libshout-idjc-devel_package() {
|
||||
depends="libogg-devel libvorbis-devel speex-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libtheora-devel libogg-devel libvorbis-devel speex-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue