
Receipt for package "sz81"
# SliTaz package receipt. PACKAGE="sz81" VERSION="2.1.7" CATEGORY="system-tools" SHORT_DESC="zx81 emulator/virtual machine.." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://sz81.sourceforge.net/" TARBALL="$PACKAGE-$VERSION-source.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="emulator zx81" DEPENDS="libsdl" BUILD_DEPENDS="libsdl-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/sz81/files/sz81/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/sz81/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { make clean && make && make PREFIX=$DESTDIR/usr BINDIR=$DESTDIR/usr/bin \ DOCDIR=$DESTDIR/usr/share/doc \ PACKAGE_DATA_DIR=$DESTDIR/usr/share/sz81 install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr cp -a $install/usr/share $fs/usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)