2010-11-20 00:31:20 +00:00
|
|
|
# Template build file for 'orc'.
|
|
|
|
pkgname=orc
|
2014-12-18 13:54:20 +00:00
|
|
|
version=0.4.23
|
2014-12-18 15:34:43 +00:00
|
|
|
revision=2
|
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/"
|
2014-12-18 13:54:20 +00:00
|
|
|
license="2-clause-BSD"
|
2014-09-08 09:19:55 +00:00
|
|
|
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
|
2014-12-18 13:54:20 +00:00
|
|
|
checksum=767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7
|
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"
|
2014-12-18 15:34:43 +00:00
|
|
|
vmove usr/share/aclocal
|
2013-04-13 20:47:11 +00:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|