
Receipt for package "udisks"
# SliTaz package receipt. PACKAGE="udisks" VERSION="1.0.5" CATEGORY="system-tools" SHORT_DESC="D-Bus interfaces to query and manipulate storage devices." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/udisks/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://hal.freedesktop.org/releases/$TARBALL" DEPENDS="dbus dbus-helper libatasmart libdevmapper libgio libgudev libsgutils2 lsof parted polkit sg3_utils udev util-linux-blkid util-linux-mount" BUILD_DEPENDS="dbus-dev dbus-glib-dev docbook-xsl flex libatasmart-dev libdevmapper-dev libgudev-dev libxslt parted-dev pcre-dev polkit-dev sg3_utils-dev udev-dev util-linux-blkid-dev util-linux-uuid-dev" # What is the latest version available today? current_version() { wget -O - https://github.com/storaged-project/udisks/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/udisks \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --disable-remote-access \ --disable-gtk-doc-html \ --with-systemdsystemunitdir=no \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/etc/polkit-1/localauthority/90-mandatory.d mkdir -p $fs/usr/lib/udev $fs/usr/share $fs/etc/udev cp -a $install/etc/dbus-1 $fs/etc cp -a $install/lib/udev/rules.d $fs/etc/udev cp -a $install/lib/udev/udisks* $fs/usr/lib/udev/ cp -a $install/usr/bin $fs/usr cp -a $install/sbin $fs cp -a $install/usr/lib/udisks $fs/usr/lib cp -a $install/usr/share/*-1 $fs/usr/share #we don't have consolekit and don't want systemd so we need #a rule to give disk group complete access to udisks2 #methods without password. cp $stuff/org.freedesktop.udisks.pkla \ $fs/etc/polkit-1/localauthority/90-mandatory.d }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)