wok view frogatto-data/receipt @ rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
parents a9dbe46ded86
children 205d192370e5
line source
1 # SliTaz package receipt.
3 PACKAGE="frogatto-data"
4 VERSION="1.0.3"
5 CATEGORY="games"
6 SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog (data files)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WEB_SITE="http://www.frogatto.com"
9 WANTED="frogatto"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/games/frogatto
15 for i in data images music sounds FreeMono.ttf DejaVuSans.ttf; do
16 cp -a $src/$i $fs/usr/games/frogatto
17 done
18 }