
Receipt for package "yelp-tools"
# SliTaz package receipt. PACKAGE="yelp-tools" VERSION="3.32.2" CATEGORY="utilities" SHORT_DESC="Tools to create documentation." MAINTAINER="yuripourre@gmail.com" LICENSE="GPL2" WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="" BUILD_DEPENDS="bash yelp-xsl" current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { export SHELL=/bin/bash export CONFIG_SHELL=/bin/bash sed -i '1s|/usr/bin/sh|/bin/bash|' install-sh ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)