wok-next diff avatar-factory/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
line diff
     1.1 --- a/avatar-factory/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.2 +++ b/avatar-factory/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -13,6 +13,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
     1.6  
     1.7 +DEPENDS="bash findutils imagemagick sed zenity-gtk2"
     1.8 +
     1.9  compile_rules() {
    1.10  	mkdir -p $install/usr/bin $install/usr/share/applications
    1.11  
    1.12 @@ -31,9 +33,7 @@
    1.13  		[ $(head -n1 $file | grep '#!/bin/bash') ] && chmod 755 $file
    1.14  	done
    1.15  	chown -R root.root $install
    1.16 +
    1.17 +	# broken symlink to /home/azd/Workshop/Programming/imdb-thumbnailer/imdb-thumbnailer
    1.18 +	rm $install/usr/share/avatar-factory/thumbnailer
    1.19  }
    1.20 -
    1.21 -genpkg_rules() {
    1.22 -	copy @std
    1.23 -	DEPENDS="bash findutils imagemagick sed zenity-gtk2"
    1.24 -}