# HG changeset patch # User Pascal Bellard # Date 1227249611 0 # Node ID 4dddb82b1ff926355813616da717f0f29cab3a33 # Parent 8812757401c1b2a8d30321ae6954bb14fe6e6e6b Add asciiquarium diff -r 8812757401c1 -r 4dddb82b1ff9 asciiquarium/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/asciiquarium/receipt Fri Nov 21 06:40:11 2008 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="asciiquarium" +VERSION="1.0" +CATEGORY="system-tools" +SHORT_DESC="Text console screensaver." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="${PACKAGE}_${VERSION}.tar.gz" +WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/" +WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL" +DEPENDS="perl-animation perl-curses" + +# Rules to configure and make the package. +compile_rules() +{ + mv ${PACKAGE}_${VERSION} $src 2> /dev/null + return 0 +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/asciiquarium $fs/usr/bin + chmod a+x $fs/usr/bin/asciiquarium +} +