
Receipt for package "qtkeychain"
# SliTaz package receipt. PACKAGE="qtkeychain" VERSION="0.10.0" CATEGORY="security" SHORT_DESC="Platform-independent Qt API for storing passwords securely." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" WEB_SITE="https://github.com/frankosterfeld/qtkeychain" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" DEPENDS="gcc83-lib-base libQtDBus" BUILD_DEPENDS="cmake gcc83 Qt4-dev qmake" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { export CC=gcc-83 export CXX=g++-83 mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 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 }
6094 packages and 260717 files in current database (Mon May 12 00:01:45 2025)