wok-next annotate gsim51/receipt @ rev 21207

try to build asterisk again
author Hans-G?nter Theisgen
date Mon Dec 02 09:52:22 2019 +0100 (2019-12-02)
parents 466bca9334ef
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@15827 2
pascal@15827 3 PACKAGE="gsim51"
pascal@15827 4 VERSION="1.1"
pascal@15827 5 CATEGORY="development"
al@20473 6 SHORT_DESC="Text based simulator for the 8051 microcontroller"
pascal@15827 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15827 8 LICENSE="GPL2"
al@20473 9 WEB_SITE="http://gsim51.sourceforge.net/"
al@20473 10
al@20473 11 TARBALL="gSim51v$VERSION.tar.gz"
pascal@15827 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15827 13
pascal@15830 14 BUILD_DEPENDS="ncurses-dev"
pascal@15827 15
al@20473 16 compile_rules() {
pascal@15827 17 cd $src/src
al@20473 18 make || return 1
al@20473 19
al@20473 20 install -Dm755 $src/src/gSim51 $install/usr/bin/gSim51
al@20473 21 install -Dm644 $src/docs/offlinehelp.txt $install/usr/share/gsim51/sim51.hlp
pascal@15827 22 }
pascal@15827 23
al@20473 24 genpkg_rules() {
al@20473 25 copy @std
al@20473 26 DEPENDS="ncurses"
al@20473 27 TAGS="8051"
pascal@15827 28 }