wok-next diff x11rec/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents 5669e8b3be70
children
line diff
     1.1 --- a/x11rec/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/x11rec/receipt	Sat Dec 07 15:51:18 2019 +0100
     1.3 @@ -12,8 +12,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$WEB_SITE$TARBALL"
     1.6  
     1.7 -genpkg_rules() {
     1.8 -	mkdir -p $fs/usr/bin
     1.9 -	cp -a $src/x11rec $fs/usr/bin
    1.10 -	DEPENDS="ruby imagemagick xwininfo gifsicle"
    1.11 +DEPENDS="ruby imagemagick xwininfo gifsicle"
    1.12 +
    1.13 +compile_rules() {
    1.14 +	install -Dm755 x11rec $install/usr/bin/x11rec
    1.15  }