
Receipt for package "qtwitter"
# SliTaz package receipt. PACKAGE="qtwitter" VERSION="0.10.0" CATEGORY="network" SHORT_DESC="A Qt-based, cross-network microblogging client." MAINTAINER="ben@seawolfsanctuary.com" LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="https://web.archive.org/web/20130113073128/http://blog.ayoy.net/qtwitter" WGET_URL="https://web.archive.org/web/20150805105045if_/http://files.ayoy.net/$PACKAGE/release/$VERSION/src/$TARBALL" DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ libQtOpenGL libQtSql libQtWebkit qoauth qca" BUILD_DEPENDS="qmake xorg-dev dbus-dev Qt4-dev qoauth qca-dev" # What is the latest version available today? current_version() { wget -O - https://github.com/ayoy/qtwitter/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { cd $src sed -i 's|-Wl,-rpath|-Wl,--copy-dt-needed-entries -lX11 &|' \ qtwitter-app/qtwitter-app.pro qmake PREFIX="/usr" && \ make -j4 && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin \ $fs/usr/share/applications $fs/usr/share/pixmaps # Binaries cp -a $src/build/qtwitter $fs/usr/bin # Libraries cp -a $src/build/lib* $fs/usr/lib # Copy .desktop file: cp -a $src/qtwitter-app/x11/*.desktop $fs/usr/share/applications cp -a $src/qtwitter-app/x11/icons/32x32/*.png $fs/usr/share/pixmaps }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)