wok-next diff aterm/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/aterm/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/aterm/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev"
     1.8 +BUILD_DEPENDS="libsm-dev libxext-dev libxt-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -21,6 +21,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="xorg-libX11"
    1.17 +	DEPENDS="libx11"
    1.18  	TAGS="terminal"
    1.19  }