wok-current annotate raine/receipt @ rev 20108
Add vrrpd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 10 22:14:24 2017 +0200 (2017-10-10) |
parents | 5b16e60b3d24 |
children | 7c0170dd3ecc |
rev | line source |
---|---|
devl547@13977 | 1 # SliTaz package receipt. |
devl547@13977 | 2 |
devl547@13977 | 3 PACKAGE="raine" |
devl547@13977 | 4 VERSION="0.60.1" |
devl547@13977 | 5 CATEGORY="games" |
devl547@13977 | 6 SHORT_DESC="Emulates M68K Taito and Jaleco arcade machines" |
devl547@13977 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15610 | 8 LICENSE="other" |
devl547@13977 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@13977 | 10 WEB_SITE="http://rainemu.swishparty.co.uk" |
devl547@13977 | 11 WGET_URL="$WEB_SITE/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=02988ce197bc5b9f1a9eae66251e883d649cc03b;sf=tgz" |
pascal@18931 | 12 EXTRA_SOURCE_FILES="raines-0.51.9.tar.bz2" |
pascal@15610 | 13 |
pascal@15610 | 14 DEPENDS="libsdl zlib libpng libsdl-image liblzma libsdl-ttf muparser mesa" |
pascal@15610 | 15 BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev liblzma-dev libsdl-ttf-dev muparser-dev mesa-dev" |
pascal@15610 | 16 |
devl547@13977 | 17 # Rules to configure and make the package. |
devl547@13977 | 18 compile_rules() |
devl547@13977 | 19 { |
pascal@15122 | 20 touch -d 197001010000 make.dep cpuinfo |
pascal@18931 | 21 [ -s "$SOURCES_REPOSITORY/raines-0.51.9.tar.bz2" ] || |
pascal@18931 | 22 wget -P $SOURCES_REPOSITORY \ |
pascal@18931 | 23 http://mirror.yandex.ru/gentoo-distfiles/distfiles/raines-0.51.9.tar.bz2 |
pascal@18931 | 24 tar xf $SOURCES_REPOSITORY/raines-0.51.9.tar.bz2 |
devl547@13977 | 25 mv raine-0.51.9/fonts . |
devl547@13977 | 26 mv raine-0.51.9/scripts . |
devl547@13977 | 27 mv raine-0.51.9/bitmaps . |
devl547@13977 | 28 make $MAKEFLAGS && make DESTDIR=$DESTDIR PREFIX=$install/usr/ install |
devl547@13977 | 29 } |
devl547@13977 | 30 |
devl547@13977 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@13977 | 32 genpkg_rules() |
devl547@13977 | 33 { |
devl547@13977 | 34 mkdir -p $fs/usr/ |
devl547@13977 | 35 cp -a $install/usr/games $fs/usr/ |
devl547@13977 | 36 cp -a $install/usr/share $fs/usr/ |
devl547@13977 | 37 } |