wok-next diff primateplunge/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents a3c581bf52b8
children 0f2575775b2d
line diff
     1.1 --- a/primateplunge/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/primateplunge/receipt	Mon Nov 26 21:15:05 2018 +0200
     1.3 @@ -7,22 +7,21 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="other"
     1.6  WEB_SITE="https://www.aelius.com/primateplunge/"
     1.7 +
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WGET_URL="${WEB_SITE}$TARBALL"
    1.10  
    1.11 -DEPENDS="libsdl-mixer"
    1.12  BUILD_DEPENDS="libsdl-mixer-dev"
    1.13  
    1.14 -# Rules to configure and make the package.
    1.15 -compile_rules()
    1.16 -{
    1.17 -	./configure $CONFIGURE_ARGS && make && make install
    1.18 +compile_rules() {
    1.19 +	./configure $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21 +	make install
    1.22  }
    1.23  
    1.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 -genpkg_rules()
    1.26 -{
    1.27 +genpkg_rules() {
    1.28  	cp -a $install/* $fs
    1.29  	mkdir -p $fs/usr/share/licenses
    1.30  	cp $src/COPYING $fs/usr/share/licenses/$PACKAGE
    1.31 +	DEPENDS="libsdl-mixer"
    1.32  }