
Receipt for package "xruskb"
# SliTaz package receipt PACKAGE="xruskb" VERSION="1.15.4" CATEGORY="x-window" SHORT_DESC="Keyboard switcher for russian/czech" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://github.com/lavv17/xruskb" WGET_URL="http://lav.yar.ru/download/xruskb/$TARBALL" DEPENDS="lesstif freetype xorg-libXp xorg-libXmu" BUILD_DEPENDS="xorg-libXp-dev xorg-libXmu-dev lesstif-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;s|-|.|g;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/$PACKAGE $fs/usr/share }
6011 packages and 861670 files in cooking database (Sat May 10 08:05:02 2025)