32 lines
803 B
Bash
32 lines
803 B
Bash
# Template build file for 'orc'.
|
|
pkgname=orc
|
|
version=0.4.24
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="automake pkg-config libtool"
|
|
short_desc="The Oild Runtime Compiler"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://code.entropywave.com/orc/"
|
|
license="2-clause-BSD"
|
|
distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz"
|
|
checksum=338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
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/aclocal
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|