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