wok annotate asciiquarium/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 3232bb723678
children 9880378cbf5b
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@20688 9 WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi"
Hans-G?nter@20722 10
pascal@1732 11 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
pascal@20671 12 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
al@14789 13 TAGS="screensaver"
al@14789 14
pascal@1732 15 DEPENDS="perl-animation perl-curses"
pascal@1732 16
pascal@1732 17 # Rules to configure and make the package.
pascal@1732 18 compile_rules()
pascal@1732 19 {
pascal@1732 20 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
pascal@1732 21 return 0
pascal@1732 22 }
pascal@1732 23
pascal@1732 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1732 25 genpkg_rules()
pascal@1732 26 {
pascal@1732 27 mkdir -p $fs/usr/bin
pascal@1732 28 cp -a $src/asciiquarium $fs/usr/bin
pascal@1732 29 chmod a+x $fs/usr/bin/asciiquarium
al@14789 30 chown -R root:root $fs
pascal@1732 31 }
pascal@1732 32