wok-current annotate hatari/receipt @ rev 19831
Add hatari
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 10 17:11:59 2017 +0100 (2017-03-10) |
parents | |
children | 3687205148b4 |
rev | line source |
---|---|
pascal@19831 | 1 # SliTaz package receipt. |
pascal@19831 | 2 |
pascal@19831 | 3 PACKAGE="hatari" |
pascal@19831 | 4 VERSION="2.0.0" |
pascal@19831 | 5 CATEGORY="misc" |
pascal@19831 | 6 SHORT_DESC="An Atari ST/STE/TT/Falcon emulator." |
pascal@19831 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19831 | 8 LICENSE="GPL2" |
pascal@19831 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@19831 | 10 WEB_SITE="https://hatari.tuxfamily.org/" |
pascal@19831 | 11 WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL" |
pascal@19831 | 12 |
pascal@19831 | 13 DEPENDS="zlib libpng readline libpng python portaudio" |
pascal@19831 | 14 BUILD_DEPENDS="cmake zlib-dev libsdl2-dev xorg-dev udev-dev readline-dev \ |
pascal@19831 | 15 libpng-dev python-dev portaudio-dev" |
pascal@19831 | 16 |
pascal@19831 | 17 # Rules to configure and make the package. |
pascal@19831 | 18 compile_rules() |
pascal@19831 | 19 { |
pascal@19831 | 20 ./configure --prefix=/usr && |
pascal@19831 | 21 make && |
pascal@19831 | 22 make DESTDIR=$DESTDIR install |
pascal@19831 | 23 } |
pascal@19831 | 24 |
pascal@19831 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19831 | 26 genpkg_rules() |
pascal@19831 | 27 { |
pascal@19831 | 28 cp -a $install/* $fs/ |
pascal@19831 | 29 } |