wok-next view orc/receipt @ rev 19890
iptstate, tint2, waterline-plugin-multiload: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 11 15:11:57 2017 +0200 (2017-10-11) |
parents | 4c9e6fbf8207 |
children | c4e53a39395a |
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/"
10 HOST_ARCH="i486 arm"
12 TARBALL="orc-$VERSION.tar.xz"
13 WGET_URL="https://gstreamer.freedesktop.org/src/orc/$TARBALL"
15 BUILD_DEPENDS="valgrind-dev"
16 SPLIT="orc-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 orc) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }