wok-6.x annotate asciiquarium/receipt @ rev 21906
updated shared-mime-info and shared-mime-info-dev (1.6 -> 1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 14:42:51 2019 +0100 (2019-10-04) |
parents | 2c15172a1078 |
children | e6a4cd87fdcb |
rev | line source |
---|---|
pascal@1732 | 1 # SliTaz package receipt. |
pascal@1732 | 2 |
pascal@1732 | 3 PACKAGE="asciiquarium" |
Hans-G?nter@20722 | 4 VERSION="1.1" |
pascal@1732 | 5 CATEGORY="system-tools" |
pascal@1732 | 6 SHORT_DESC="Text console screensaver." |
pascal@1732 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15201 | 8 LICENSE="GPL2" |
pascal@21178 | 9 #WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi" |
pascal@21178 | 10 WEB_SITE="https://github.com/cmatsuoka/asciiquarium" |
Hans-G?nter@20722 | 11 |
pascal@1732 | 12 TARBALL="${PACKAGE}_${VERSION}.tar.gz" |
pascal@20671 | 13 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL" |
al@14789 | 14 TAGS="screensaver" |
al@14789 | 15 |
pascal@1732 | 16 DEPENDS="perl-animation perl-curses" |
pascal@1732 | 17 |
pascal@1732 | 18 # Rules to configure and make the package. |
pascal@1732 | 19 compile_rules() |
pascal@1732 | 20 { |
pascal@1732 | 21 mv ${PACKAGE}_${VERSION} $src 2> /dev/null |
pascal@1732 | 22 return 0 |
pascal@1732 | 23 } |
pascal@1732 | 24 |
pascal@1732 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1732 | 26 genpkg_rules() |
pascal@1732 | 27 { |
pascal@1732 | 28 mkdir -p $fs/usr/bin |
pascal@1732 | 29 cp -a $src/asciiquarium $fs/usr/bin |
pascal@1732 | 30 chmod a+x $fs/usr/bin/asciiquarium |
al@14789 | 31 chown -R root:root $fs |
pascal@1732 | 32 } |
pascal@1732 | 33 |