wok view simh/receipt @ rev 17710

Up inkscape (0.91) thanks to Joshida
author Yuri Pourre <yuripourre@gmail.com>
date Tue Mar 03 23:28:10 2015 -0300 (2015-03-03)
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 }