wok rev 19831
Add hatari
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 10 17:11:59 2017 +0100 (2017-03-10) |
parents | 035492d51952 |
children | 5fbd252d16d2 |
files | hatari/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hatari/receipt Fri Mar 10 17:11:59 2017 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="hatari" 1.7 +VERSION="2.0.0" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="An Atari ST/STE/TT/Falcon emulator." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="https://hatari.tuxfamily.org/" 1.14 +WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" 1.15 + 1.16 +DEPENDS="zlib libpng readline libpng python portaudio" 1.17 +BUILD_DEPENDS="cmake zlib-dev libsdl2-dev xorg-dev udev-dev readline-dev \ 1.18 +libpng-dev python-dev portaudio-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure --prefix=/usr && 1.24 + make && 1.25 + make DESTDIR=$DESTDIR install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs/ 1.32 +}