32 lines
799 B
Text
32 lines
799 B
Text
# Template build file for 'orc'.
|
|
pkgname=orc
|
|
version=0.4.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config libtool"
|
|
short_desc="The Oild Runtime Compiler"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://code.entropywave.com/orc/"
|
|
license="Simplified BSD, New BSD license"
|
|
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.gz"
|
|
checksum=e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e
|
|
|
|
pre_configure() {
|
|
libtoolize -f
|
|
}
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/orc
|
|
}
|
|
|
|
orc-devel_package() {
|
|
depends="orc>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|