
Receipt for package "ldapfuse"
# SliTaz package receipt. PACKAGE="ldapfuse" VERSION="1.0" CATEGORY="system-tools" SHORT_DESC="Provides a filesystem virtual view into an LDAP tree." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://sourceforge.net/projects/ldapfuse/" WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" DEPENDS="libldap fuse2 libhx" BUILD_DEPENDS="openldap-dev fuse2-dev libhx-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/ldapfuse/files/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/files/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { ./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 }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)