wok-next view asciiquarium/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents f4c22f009037
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciiquarium"
4 VERSION="1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text console screensaver"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
11 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
12 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
14 compile_rules() {
15 mv ${PACKAGE}_${VERSION} $src 2>/dev/null
17 install -Dm755 $src/asciiquarium $install/usr/bin/asciiquarium
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="perl-animation perl-curses"
23 TAGS="screensaver"
24 }