wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="hatari"
4 VERSION="2.0.0"
5 CATEGORY="misc"
6 SHORT_DESC="An Atari ST/STE/TT/Falcon emulator."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://hatari.tuxfamily.org/"
11 WGET_URL="http://download.tuxfamily.org/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="zlib libpng readline libpng python portaudio"
14 BUILD_DEPENDS="cmake zlib-dev libsdl2-dev xorg-dev udev-dev readline-dev \
15 libpng-dev python-dev portaudio-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs/
29 }