wok view xorg-setxkbmap/receipt @ rev 12904

libtorrent-rasterbar: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 29 10:42:40 2012 +0200 (2012-05-29)
parents da3574ecc679
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-setxkbmap"
4 VERSION="1.3.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Set the keyboard using the X Keyboard Extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="setxkbmap"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/app/$TARBALL"
13 DEPENDS="xorg-xkeyboard-config"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --sysconfdir=/etc \
21 --mandir=/usr/share/man \
22 --localstatedir=/var \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }