wok-next view lincity-ng/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lincity-ng"
4 VERSION="2.0"
5 CATEGORY="games"
6 SHORT_DESC="A City Simulation Game"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/lincity-ng.berlios/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" # FIXME
14 BUILD_DEPENDS="mesa-dev libxml2-dev sdl-gfx-dev sdl-image-dev \
15 sdl-mixer-dev sdl-ttf sdl-ttf-dev ftjam physfs-dev glu-dev"
17 compile_rules() {
18 ./configure \
19 --prefix=/usr \
20 --infodir=/usr/share/info \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 jam &&
24 jam -sprefix=/usr install
25 }
27 genpkg_rules() {
28 mkdir -p $fs/usr/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/share/applications $fs/usr/share
31 cp -a $install/usr/share/lincity-ng $fs/usr/share
32 cp -a $install/usr/share/pixmaps $fs/usr/share
33 DEPENDS="mesa libxml2 physfs sdl-gfx sdl-image sdl-mixer \
34 sdl-ttf libxcb"
35 }