wok view opengfx/receipt @ rev 7293

Removed patch for openssl to fix build.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 16 19:05:43 2010 +0000 (2010-11-16)
parents 582342d4c006
children 216371702c04
line source
1 # SliTaz package receipt.
3 PACKAGE="opengfx"
4 VERSION="0.3.0"
5 CATEGORY="games"
6 SHORT_DESC="OpenGFX data files for OpenTTD."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.zip"
9 WEB_SITE="http://bundles.openttdcoop.org/opengfx/"
10 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/share/games/openttd/data
22 cp $src/*.grf $fs/usr/share/games/openttd/data
23 cp $src/opengfx.obg $fs/usr/share/games/openttd/data
24 }