wok-next annotate 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
rev   line source
al@19817 1 # SliTaz package receipt v2.
domcox@14011 2
domcox@14011 3 PACKAGE="schroedinger"
domcox@14011 4 VERSION="1.0.11"
domcox@14011 5 CATEGORY="multimedia"
domcox@14011 6 SHORT_DESC="Dirac video compression library"
domcox@14011 7 MAINTAINER="domcox@slitaz.org"
pascal@15022 8 LICENSE="MPL LGPL GPL MIT"
al@19817 9 WEB_SITE="https://launchpad.net/schroedinger"
al@19817 10
domcox@14011 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19817 12 WGET_URL="http://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
al@14742 13
domcox@14011 14 BUILD_DEPENDS="orc-dev"
al@19817 15 SPLIT="schroedinger-dev"
domcox@14011 16
domcox@14011 17 # Rules to configure and make the package.
domcox@14011 18 compile_rules()
domcox@14011 19 {
domcox@14011 20 ./configure \
domcox@14011 21 --disable-static \
domcox@14011 22 $CONFIGURE_ARGS && \
domcox@14011 23 make && make install
domcox@14011 24 }
domcox@14011 25
domcox@14011 26 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14011 27 genpkg_rules()
domcox@14011 28 {
al@19817 29 case $PACKAGE in
al@19817 30 schroedinger)
al@19817 31 copy @std
al@19817 32 DEPENDS="orc"
al@19817 33 ;;
al@19817 34 *-dev)
al@19817 35 copy @dev
al@19817 36 DEPENDS="schroedinger orc-dev"
al@19817 37 ;;
al@19817 38 esac
domcox@14011 39 }