wok annotate frogatto-data/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 781ac64941ee
children
rev   line source
gokhlayeh@6437 1 # SliTaz package receipt.
gokhlayeh@6437 2
gokhlayeh@6437 3 PACKAGE="frogatto-data"
Hans-G?nter@21765 4 VERSION="1.3.1"
gokhlayeh@6437 5 CATEGORY="games"
Hans-G?nter@21765 6 SHORT_DESC="An old-school 2d platform game, starring a certain quixotic frog (data files)."
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15068 8 LICENSE="GPL3"
Hans-G?nter@21765 9 WEB_SITE="https://www.frogatto.com"
Hans-G?nter@21765 10
gokhlayeh@6437 11 WANTED="frogatto"
gokhlayeh@6437 12
gokhlayeh@6437 13 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6437 14 genpkg_rules()
gokhlayeh@6437 15 {
gokhlayeh@6437 16 mkdir -p $fs/usr/games/frogatto
Hans-G?nter@21766 17 for i in data images music FreeMono.ttf DejaVuSans.ttf
Hans-G?nter@21765 18 do
gokhlayeh@6437 19 cp -a $src/$i $fs/usr/games/frogatto
Hans-G?nter@21765 20 done
Hans-G?nter@21766 21 cp -a $src/modules/frogatto/sounds $fs/usr/games/frogatto
gokhlayeh@6437 22 }
Hans-G?nter@21767 23