wok diff asciiquarium/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents f4fd0777003f
children f4c22f009037
line diff
     1.1 --- a/asciiquarium/receipt	Tue Feb 16 10:51:34 2010 +0000
     1.2 +++ b/asciiquarium/receipt	Tue Aug 13 17:56:32 2013 +0000
     1.3 @@ -5,11 +5,12 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Text console screensaver."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
     1.8  TARBALL="${PACKAGE}_${VERSION}.tar.gz"
     1.9 -WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
    1.10  WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
    1.11 +TAGS="screensaver"
    1.12 +
    1.13  DEPENDS="perl-animation perl-curses"
    1.14 -TAGS="screensaver"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -24,5 +25,6 @@
    1.19  	mkdir -p $fs/usr/bin
    1.20  	cp -a $src/asciiquarium $fs/usr/bin
    1.21  	chmod a+x $fs/usr/bin/asciiquarium
    1.22 +	chown -R root:root $fs
    1.23  }
    1.24