wok-next view simh/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 7acbf836afbe
children dbc201d673f5
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://simh.trailing-edge.com/"
11 TARBALL="${PACKAGE}v$VERSION.zip"
12 WGET_URL="${WEB_SITE}sources/$TARBALL"
14 BUILD_DEPENDS="libpcap-dev"
16 compile_rules() {
17 mkdir BIN
18 make -j1 || return 1
20 mkdir -p $install/usr/bin/
21 cp -a $src/BIN/* $install/usr/bin/
22 }
24 genpkg_rules() {
25 copy @std
26 TAGS="emulator PDP VAX Interdata Honeywell altair nova"
27 }