wok-next view stella/receipt @ rev 20787

gpa: force rebuild (with space) -> cooker used older,local version of gpgme 1.9.0, now 1.11.1 available
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 08:55:33 2018 +0000 (2018-06-09)
parents dd145c435e4b
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stella"
4 VERSION="3.7.5"
5 CATEGORY="games"
6 SHORT_DESC="A multi-platform Atari 2600 VCS emulator"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://stella.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libsdl-dev libpng16-dev zlib-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr &&
19 make && make DESTDIR=$DESTDIR install || return 1
21 sed -i 's|Icon=stella.png|Icon=stella|' $install/usr/share/applications/stella.desktop
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gcc-lib-base libsdl libpng16"
27 TAGS="emulator atari"
28 }