
Receipt for package "asciidoc"
# SliTaz package receipt. PACKAGE="asciidoc" VERSION="8.6.9" CATEGORY="system-tools" SHORT_DESC="Text based document generation" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.methods.co.nz/asciidoc/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/project/asciidoc/asciidoc/$VERSION/$TARBALL" DEPENDS="python" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/asciidoc/files/asciidoc/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*asciidoc-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --sysconfdir=/etc \ $CONFIGURE_ARGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)