wok view raine/receipt @ rev 15713

Up util-linux (2.24)
author Richard Dunbar <mojo@slitaz.org>
date Tue Dec 24 21:11:57 2013 +0000 (2013-12-24)
parents 11cce6c93ceb
children 5b16e60b3d24
line source
1 # SliTaz package receipt.
3 PACKAGE="raine"
4 VERSION="0.60.1"
5 CATEGORY="games"
6 SHORT_DESC="Emulates M68K Taito and Jaleco arcade machines"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://rainemu.swishparty.co.uk"
11 WGET_URL="$WEB_SITE/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=02988ce197bc5b9f1a9eae66251e883d649cc03b;sf=tgz"
13 DEPENDS="libsdl zlib libpng libsdl-image liblzma libsdl-ttf muparser mesa"
14 BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev liblzma-dev libsdl-ttf-dev muparser-dev mesa-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 touch -d 197001010000 make.dep cpuinfo
21 wget http://mirror.yandex.ru/gentoo-distfiles/distfiles/raines-0.51.9.tar.bz2
22 tar xf raines-0.51.9.tar.bz2
23 mv raine-0.51.9/fonts .
24 mv raine-0.51.9/scripts .
25 mv raine-0.51.9/bitmaps .
26 make $MAKEFLAGS && make DESTDIR=$DESTDIR PREFIX=$install/usr/ install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/
33 cp -a $install/usr/games $fs/usr/
34 cp -a $install/usr/share $fs/usr/
35 }