
Receipt for package "jikes"
# SliTaz package receipt. PACKAGE="jikes" VERSION="1.22" CATEGORY="development" SHORT_DESC="An Open Source compiler for Java." MAINTAINER="rcx@zoominternet.net" LICENSE="EPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://jikes.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="java" DEPENDS="gcc-lib-base" BUILD_DEPENDS="slitaz-toolchain" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/jikes/files/Jikes/ 2>/dev/null | \ sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/Jikes/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)