wok view simh/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents
children 14ee7c297072
line source
1 # SliTaz package receipt.
3 PACKAGE="simh"
4 VERSION="39-0"
5 CATEGORY="misc"
6 SHORT_DESC="multi-system simulator."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="${PACKAGE}v$VERSION.zip"
10 WEB_SITE="http://simh.trailing-edge.com/"
11 WGET_URL="${WEB_SITE}sources/$TARBALL"
12 TAGS="emulator PDP VAX Interdata Honeywell altair nova"
14 BUILD_DEPENDS="libpcap-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/BIN/* $fs/usr/bin
27 }