
Receipt for package "libdbusmenu-qt"
# SliTaz package receipt. PACKAGE="libdbusmenu-qt" VERSION="0.9.2" CATEGORY="system-tools" SHORT_DESC="Library to import and export QMenu instances using the DBusMenu." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://launchpad.net/libdbusmenu-qt" WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL" DEPENDS="dbus" BUILD_DEPENDS="cmake qmake Qt4-dev libQtCore libQtDBus libQtGui dbus-dev wget" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" } # Rules to configure and make the package. compile_rules() { mkdir -p $src/build cd $src/build cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_DOC=OFF .. && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)