
Receipt for package "lha"
# SliTaz package receipt. PACKAGE="lha" VERSION="1.14i-ac20050924p1" CATEGORY="system-tools" SHORT_DESC="File archiver." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="CC-SA" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/jca02266/lha/" WGET_URL="http://osdn.dl.sourceforge.jp/$PACKAGE/22231/$TARBALL" # What is the latest version available today? current_version() { wget -O - https://github.com/jca02266/lha/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)