wok-next annotate simh/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | 2f03cb67a994 |
children |
rev | line source |
---|---|
al@20491 | 1 # SliTaz package receipt v2. |
pascal@17188 | 2 |
pascal@17188 | 3 PACKAGE="simh" |
pascal@21171 | 4 VERSION="3.9-0" |
pascal@17188 | 5 CATEGORY="misc" |
al@20491 | 6 SHORT_DESC="Multi-system simulator" |
pascal@17188 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17188 | 8 LICENSE="GPL" |
al@20491 | 9 WEB_SITE="http://simh.trailing-edge.com/" |
al@20491 | 10 |
pascal@21171 | 11 TARBALL="${PACKAGE}v${VERSION/./}.zip" |
pascal@17188 | 12 WGET_URL="${WEB_SITE}sources/$TARBALL" |
pascal@17188 | 13 |
pascal@17188 | 14 BUILD_DEPENDS="libpcap-dev" |
pascal@17188 | 15 |
al@20491 | 16 compile_rules() { |
pascal@18376 | 17 mkdir BIN |
al@20491 | 18 make -j1 || return 1 |
al@20491 | 19 |
al@20491 | 20 mkdir -p $install/usr/bin/ |
al@20491 | 21 cp -a $src/BIN/* $install/usr/bin/ |
pascal@17188 | 22 } |
pascal@17188 | 23 |
al@20491 | 24 genpkg_rules() { |
al@20491 | 25 copy @std |
al@20491 | 26 TAGS="emulator PDP VAX Interdata Honeywell altair nova" |
pascal@17188 | 27 } |