wok-next view orc/receipt @ rev 20506

zerobin: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 16 12:28:31 2018 +0100 (2018-03-16)
parents b2efa70e9283
children 10df65db91ad
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 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 orc) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }