
Receipt for package "kegs"
# SliTaz package receipt. PACKAGE="kegs" VERSION="1.20" CATEGORY="misc" TAGS="emulator apple2gs" SHORT_DESC="An Apple IIgs emulator." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://kegs.sourceforge.net/" TARBALL="${PACKAGE}.$VERSION.zip" WGET_URL="$WEB_SITE$TARBALL" DEPENDS="xorg-libX11 xorg-libXext pulseaudio" BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev pulseaudio-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/Download version/!d;s|.*version ||;s| .*||;q' } # Rules to configure and make the package. compile_rules() { cd src rm vars ln -s vars_x86linux vars make -j 4 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $install/usr/share cp $src/xkegs $fs/usr/bin cp -a $src/doc $install/usr/share }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)