2010-11-20 00:31:20 +00:00
|
|
|
# Template build file for 'orc'.
|
|
|
|
pkgname=orc
|
2014-04-22 07:12:08 +00:00
|
|
|
version=0.4.19
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-09-25 09:45:27 +00:00
|
|
|
configure_args="--disable-static"
|
2013-09-26 10:44:08 +00:00
|
|
|
hostmakedepends="pkg-config libtool"
|
2010-11-20 00:31:20 +00:00
|
|
|
short_desc="The Oild Runtime Compiler"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-25 09:45:27 +00:00
|
|
|
homepage="http://code.entropywave.com/orc/"
|
|
|
|
license="Simplified BSD, New BSD license"
|
2014-04-22 07:12:08 +00:00
|
|
|
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.gz"
|
|
|
|
checksum=e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e
|
2010-11-20 00:31:20 +00:00
|
|
|
|
2013-09-26 10:44:08 +00:00
|
|
|
pre_configure() {
|
|
|
|
libtoolize -f
|
|
|
|
}
|
2013-05-15 07:20:06 +00:00
|
|
|
|
2012-09-25 09:45:27 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall COPYING 644 usr/share/licenses/orc
|
|
|
|
}
|
2013-04-13 20:47:11 +00:00
|
|
|
|
|
|
|
orc-devel_package() {
|
2014-02-21 15:36:11 +00:00
|
|
|
depends="orc>=${version}_${revision}"
|
2013-05-15 07:20:06 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 20:47:11 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-09-26 10:44:08 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 20:47:11 +00:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|