wok-next diff non-studio/receipt @ rev 20704

weechat: update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 25 17:29:33 2018 +0300 (2018-05-25)
parents fb478984fbc8
children d5aab818505e
line diff
     1.1 --- a/non-studio/receipt	Fri Aug 04 16:04:04 2017 +0300
     1.2 +++ b/non-studio/receipt	Fri May 25 17:29:33 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="non-studio"
     1.8  GITHASH="de7c7ae0b8ae33e06c9ebf31bcc4a97dfa614532"
     1.9 @@ -7,34 +7,23 @@
    1.10  SHORT_DESC="Complete studio, powerful, fast and light"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="http://non.tuxfamily.org"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://non.tuxfamily.org"
    1.17  WGET_URL="http://git.tuxfamily.org/non/non/?p=non/non.git;a=snapshot;h=$GITHASH;sf=tgz"
    1.18  
    1.19 -DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack \
    1.20 -ladspa"
    1.21 +BUILD_DEPENDS_arm="ntk-dev libsndfile-dev libsigc++-dev liblrdf-dev liblo-dev \
    1.22 +jack-dev ladspa-dev"
    1.23  BUILD_DEPENDS="ntk-dev libsndfile-dev libsigc++-dev liblrdf-dev liblo-dev \
    1.24 -jack-dev ladspa-dev"
    1.25 +jack-dev ladspa-dev git python"
    1.26  
    1.27 -# Handle cross compilation
    1.28 -case "$ARCH" in
    1.29 -	i?86) BUILD_DEPENDS="$BUILD_DEPENDS git python"
    1.30 -esac
    1.31 -
    1.32 -# Rules to configure and make the package. --project=mixer
    1.33 -compile_rules()
    1.34 -{
    1.35 +compile_rules() {
    1.36  	./waf configure --prefix=/usr &&
    1.37  	./waf build &&
    1.38 -	./waf install --destdir=${DESTDIR}
    1.39 +	./waf install --destdir=$DESTDIR
    1.40  }
    1.41  
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	mkdir -p $fs/usr/share/icons/hicolor
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 -	cp -a $install/usr/share/non-* $fs/usr/share
    1.48 -	cp -a $install/usr/share/icons/hicolor/32x32 \
    1.49 -		$fs/usr/share/icons/hicolor
    1.50 +genpkg_rules() {
    1.51 +	copy @std
    1.52 +	DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack ladspa"
    1.53  }