wok diff xbill/receipt @ rev 23385
updated perl-params-validate (1.21 -> 1.29)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 16:01:16 2020 +0100 (2020-03-31) |
parents | 4efb2cc82017 |
children | 83b97236db32 |
line diff
1.1 --- a/xbill/receipt Fri May 27 03:44:32 2011 +0000 1.2 +++ b/xbill/receipt Tue Mar 31 16:01:16 2020 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="Xbill is a game that tests your reflexes as you seek and destroy all forms of Bill." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="gtk+ xorg-libXaw lesstif" 1.8 -BUILD_DEPENDS="gtk+-dev xorg-libXaw-dev lesstif-dev" 1.9 +LICENSE="GPL" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.xbill.org/" 1.12 WGET_URL="$WEB_SITE/download/$TARBALL" 1.13 1.14 +DEPENDS="gtk+ xorg-libXaw lesstif" 1.15 +BUILD_DEPENDS="gtk+-dev xorg-libXaw-dev lesstif-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -29,7 +31,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/share 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/share/xbill $fs/usr/share 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/share/xbill $fs/usr/share 1.28 } 1.29 -