wok-next view orc/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 10df65db91ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="orc"
4 VERSION="0.4.26"
5 CATEGORY="multimedia"
6 SHORT_DESC="Optimized inner loop Runtime Compiler"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://gstreamer.freedesktop.org/data/doc/orc/"
11 TARBALL="orc-$VERSION.tar.xz"
12 WGET_URL="https://gstreamer.freedesktop.org/src/orc/$TARBALL"
14 BUILD_DEPENDS="valgrind-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make $MAKEFLAGS &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 orc) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }