
Receipt for package "simh"
# SliTaz package receipt. PACKAGE="simh" VERSION="3.12.3" CATEGORY="misc" TAGS="emulator PDP VAX Interdata Honeywell altair nova" SHORT_DESC="multi-system simulator." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" WEB_SITE="http://simh.trailing-edge.com/" vers=${VERSION/./} vers=${vers/./-} TARBALL="${PACKAGE}-${VERSION}.zip" WGET_URL="${WEB_SITE}sources/archive/${PACKAGE}v$vers.zip" BUILD_DEPENDS="libpcap-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/sources\/simh/!d;s|.*SIMH V||;s|<.*||;s|-|.|;q' } # Rules to configure and make the package. compile_rules() { mkdir BIN make -j 1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/BIN/* $fs/usr/bin }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)