wok view ascii-patrol/receipt @ rev 23971

Add ascii-patrol & pngnq-s9
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 08 16:37:16 2020 +0000 (2020-10-08)
parents
children 848e2021d813
line source
1 # SliTaz package receipt.
3 PACKAGE="ascii-patrol"
4 VERSION="1.7"
5 CATEGORY="games"
6 SHORT_DESC="ASCII clone of Moon Patrol"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/msokalski/ascii-patrol"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
13 DEPENDS="curl libX11 pulseaudio libXi"
14 BUILD_DEPENDS="libX11-dev pulseaudio-dev libXi-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sh build.sh
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/asciipat $fs/usr/bin
27 }