
Receipt for package "libqtxdg"
# SliTaz package receipt. PACKAGE="libqtxdg" VERSION="1.0.0" CATEGORY="system-tools" SHORT_DESC="Qt implementation of freedesktop.org XDG specs" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" WEB_SITE="https://github.com/lxde/libqtxdg" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" TAGS="LXQt" DEPENDS="libQtGui libQtXml libQtMimeTypes" BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libQtMimeTypes-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { mkdir build; cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make DESTDIR=$install 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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)