wok-next diff 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 diff
     1.1 --- a/schroedinger/receipt	Sun Aug 11 19:53:39 2013 +0000
     1.2 +++ b/schroedinger/receipt	Wed Sep 27 17:55:19 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="schroedinger"
     1.8  VERSION="1.0.11"
     1.9 @@ -6,12 +6,13 @@
    1.10  SHORT_DESC="Dirac video compression library"
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12  LICENSE="MPL LGPL GPL MIT"
    1.13 -WEB_SITE="http://diracvideo.org/"
    1.14 +WEB_SITE="https://launchpad.net/schroedinger"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="http://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
    1.19  
    1.20 -DEPENDS="orc"
    1.21  BUILD_DEPENDS="orc-dev"
    1.22 +SPLIT="schroedinger-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -25,6 +26,14 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	mkdir -p $fs/usr/lib
    1.31 -	mv $install/usr/lib/*.so* $fs/usr/lib
    1.32 +	case $PACKAGE in
    1.33 +		schroedinger)
    1.34 +			copy @std
    1.35 +			DEPENDS="orc"
    1.36 +			;;
    1.37 +		*-dev)
    1.38 +			copy @dev
    1.39 +			DEPENDS="schroedinger orc-dev"
    1.40 +			;;
    1.41 +	esac
    1.42  }