
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|.*href="|"https://sourceforge.net|' | 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 }
6107 packages and 261132 files in current database (Mon Jul 7 00:01:25 2025)