wok-next view orc/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents c4e53a39395a
children d5aab818505e
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="domcox@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="orc-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 }