
Receipt for package "ldm"
# SliTaz package receipt. PACKAGE="ldm" VERSION="0.8" CATEGORY="system-tools" SHORT_DESC="l(ightweight) d(evice) m(ounter)." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://github.com/LemonBoy/ldm" REPOLOGY="ldm-mounter" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/tarball/v$VERSION" DEPENDS="glib udev" BUILD_DEPENDS="glib-dev udev-dev util-linux-blkid util-linux-mount-dev" current_version() { wget -O - ${WGET_URL%/tarb*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ludev -lmount -lglib-2.0" make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)