wok-next view sz81/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sz81"
4 VERSION="2.1.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="zx81 emulator/virtual machine"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://sz81.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-source.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="sdl-dev"
16 compile_rules() {
17 make clean &&
18 make &&
19 make \
20 PREFIX=$install/usr \
21 BINDIR=$install/usr/bin \
22 DOCDIR=$install/usr/share/doc \
23 PACKAGE_DATA_DIR=$install/usr/share/sz81 \
24 install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="sdl"
30 TAGS="emulator zx81"
31 }