
Receipt for package "libparserutils"
# SliTaz package receipt. PACKAGE="libparserutils" VERSION="0.1.1" CATEGORY="system-tools" SHORT_DESC="Various pieces of functionality that are useful for parsers." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.netsurf-browser.org/projects/libparserutils/" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WGET_URL="http://download.netsurf-browser.org/libs/releases/$TARBALL" HOST_ARCH="i486 arm" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\)-src.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { make install DESTDIR=$DESTDIR PREFIX=/usr && make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)