
Receipt for package "rubix"
# SliTaz package receipt. PACKAGE="rubix" VERSION="1.0.6" CATEGORY="games" SHORT_DESC="A 3D rubiks cube game for X." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PublicDomain" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sed.free.fr/rubix" WGET_URL="$WEB_SITE/$TARBALL" DEPENDS="xorg-libX11 libxcb xorg-libXau xorg-libXdmcp" BUILD_DEPENDS="xorg-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/rubix-[0-9]/!d;/tar/!d;s|.*rubix-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ $CONFIGURE_ARGS make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/rubix $fs/usr/bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)