wok-next rev 20266

redshift: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 00:14:43 2017 +0100 (2017-11-08)
parents cb984de687da
children b5e2e7bb2247
files phproxy/receipt redshift/receipt
line diff
     1.1 --- a/phproxy/receipt	Tue Nov 07 23:04:01 2017 +0100
     1.2 +++ b/phproxy/receipt	Wed Nov 08 00:14:43 2017 +0100
     1.3 @@ -13,14 +13,11 @@
     1.4  #HOST_ARCH="any"
     1.5  
     1.6  DEPENDS="php"
     1.7 -BUILD_DEPENDS="p7zip"
     1.8 +BUILD_DEPENDS=""
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14 -	7zr x $TARBALL
    1.15 -	cd $SOURCE\ *
    1.16  	dos2unix *
    1.17  	mkdir -p $DESTDIR/usr/share/$PACKAGE
    1.18  	cp *.php *.css $DESTDIR/usr/share/$PACKAGE
     2.1 --- a/redshift/receipt	Tue Nov 07 23:04:01 2017 +0100
     2.2 +++ b/redshift/receipt	Wed Nov 08 00:14:43 2017 +0100
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
     2.5  
     2.6  DEPENDS="python"
     2.7 -BUILD_DEPENDS="wget python"
     2.8 +BUILD_DEPENDS="wget python xorg-libXrandr-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()