
Receipt for package "libdesktop-agnostic"
# SliTaz package receipt. PACKAGE="libdesktop-agnostic" VERSION="0.3.90" CATEGORY="x-window" SHORT_DESC="Config API, a unified vfs API, and a desktop item editor for GLib." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/libdesktop-agnostic" WGET_URL="https://launchpad.net/libdesktop-agnostic/0.4/$VERSION/+download/$TARBALL" DEPENDS="glib gobject-introspection" BUILD_DEPENDS="$DEPENDS python python-dev pygtk-dev glib-dev vala \ gobject-introspection-dev pygobject-dev GConf-dev wget" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/Latest version is/!d;s|.*is ||' } # Rules to configure and make the package. compile_rules() { cd $src # Skip *.gir files... sed -i 's/.*gir = .*/#&/' libdesktop-agnostic/wscript ./waf configure \ --prefix=/usr \ --sysconfdir=/etc \ --config-backends=gconf \ --vfs-backends=gio \ --desktop-entry-backends=glib && ./waf && ./waf install \ --prefix=/usr \ --destdir=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)