2010-11-20 00:31:20 +00:00
|
|
|
# Template build file for 'orc'.
|
|
|
|
pkgname=orc
|
2014-09-08 09:19:55 +00:00
|
|
|
version=0.4.22
|
2014-04-22 07:12:08 +00:00
|
|
|
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"
|
2014-09-08 09:19:55 +00:00
|
|
|
hostmakedepends="automake 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-09-08 09:19:55 +00:00
|
|
|
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
|
|
|
|
checksum=04ca077f4b25f02cc13090effa55343bbfde986c8d663df430347992aa5cf935
|
2010-11-20 00:31:20 +00:00
|
|
|
|
2013-09-26 10:44:08 +00:00
|
|
|
pre_configure() {
|
2014-09-08 09:19:55 +00:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2013-09-26 10:44:08 +00:00
|
|
|
}
|
2012-09-25 09:45:27 +00:00
|
|
|
post_install() {
|
2014-09-08 09:19:55 +00:00
|
|
|
vlicense COPYING
|
2012-09-25 09:45:27 +00:00
|
|
|
}
|
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
|
|
|
|
}
|
|
|
|
}
|