
Receipt for package "xlogo"
# SliTaz package receipt. PACKAGE="xlogo" VERSION="0.9.959" CATEGORY="games" SHORT_DESC="A logo interpreter written in java." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL" TARBALL="xlogo.jar" WEB_SITE="https://gitlab.freedesktop.org/xorg/app/xlogo" DEPENDS="java-jre" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/-/tags?sort=updated_desc 2>/dev/null | \ sed '/tags\/xlogo-/!d;s|.*xlogo-||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar" [ -f $SOURCES_REPOSITORY/xlogo.jar ] || wget $wget_url -P $SOURCES_REPOSITORY } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/xlogo cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo }
6011 packages and 861680 files in cooking database (Sun Aug 10 00:48:19 2025)