wok-next diff xbill/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/xbill/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xbill/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$WEB_SITE/download/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gtk2-dev xorg-libXaw-dev lesstif-dev"
     1.8 +BUILD_DEPENDS="gtk2-dev libxaw-dev lesstif-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -29,5 +29,5 @@
    1.13  	mkdir -p $fs/usr/share
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15  	cp -a $install/usr/share/xbill $fs/usr/share
    1.16 -	DEPENDS="gtk2 xorg-libXaw lesstif"
    1.17 +	DEPENDS="gtk2 libxaw lesstif"
    1.18  }