wok-4.x view asciiquarium/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 4dddb82b1ff9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="asciiquarium"
4 VERSION="1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text console screensaver."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
9 WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
10 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
11 DEPENDS="perl-animation perl-curses"
12 TAGS="screensaver"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
18 return 0
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/asciiquarium $fs/usr/bin
26 chmod a+x $fs/usr/bin/asciiquarium
27 }