wok-next view gsim51/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 466bca9334ef
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gsim51"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="Text based simulator for the 8051 microcontroller"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gsim51.sourceforge.net/"
11 TARBALL="gSim51v$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 cd $src/src
18 make || return 1
20 install -Dm755 $src/src/gSim51 $install/usr/bin/gSim51
21 install -Dm644 $src/docs/offlinehelp.txt $install/usr/share/gsim51/sim51.hlp
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="ncurses"
27 TAGS="8051"
28 }