wok-next view schroedinger/receipt @ rev 19869

rhythmcat2, florence, alarm-clock-applet: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 27 17:55:19 2017 +0200 (2017-09-27)
parents 5286a067ac76
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="schroedinger"
4 VERSION="1.0.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Dirac video compression library"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="MPL LGPL GPL MIT"
9 WEB_SITE="https://launchpad.net/schroedinger"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="orc-dev"
15 SPLIT="schroedinger-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --disable-static \
22 $CONFIGURE_ARGS && \
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 case $PACKAGE in
30 schroedinger)
31 copy @std
32 DEPENDS="orc"
33 ;;
34 *-dev)
35 copy @dev
36 DEPENDS="schroedinger orc-dev"
37 ;;
38 esac
39 }