wok annotate xbindkeys/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents bcd90ecb3091
children 5e2ff29a06d7
rev   line source
pascal@11204 1 # SliTaz package receipt.
pascal@11204 2
pascal@11204 3 PACKAGE="xbindkeys"
pascal@11204 4 VERSION="1.8.3"
pascal@11204 5 CATEGORY="x-window"
pascal@11204 6 MAINTAINER="jozee@slitaz.org"
pascal@15579 7 LICENSE="GPL2"
pascal@11204 8 SHORT_DESC="Launch shell commands with your keyboard or your mouse under X"
pascal@11204 9 WEB_SITE="http://hocwp.free.fr/xbindkeys"
pascal@11204 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11204 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@11204 12 TAGS="keyboard"
pascal@11204 13
pascal@15579 14 DEPENDS="xorg-libX11"
pascal@15579 15 BUILD_DEPENDS=" xorg-libX11-dev"
pascal@15579 16
pascal@11204 17 # Rules to configure and make the package.
pascal@11204 18
pascal@11204 19 compile_rules() {
pascal@15579 20 cd $src
pascal@15579 21 ./configure --prefix=/usr \
pascal@11204 22 --disable-tk \
pascal@11204 23 --disable-guile &&
pascal@15579 24 make &&
pascal@15579 25 make DESTDIR=$DESTDIR install
pascal@11204 26 }
pascal@11204 27
pascal@11204 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11204 29 genpkg_rules()
pascal@11204 30 {
pascal@11204 31 mkdir -p $fs/usr
pascal@15579 32 cp -a $install/usr/bin $fs/usr
pascal@11204 33 }