wok-6.x view opengfx/receipt @ rev 8320
Remove linux-module-headers as a build depend in usbip.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 01 03:51:23 2011 +0000 (2011-02-01) |
parents | 2c34d8aa6bfb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="opengfx"
4 VERSION="0.3.1"
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 }