wok-stable view fbxkb/receipt @ rev 6729

Fixed xorg-server-Xnest and xorg-server-Xvfb by updating them to 1.8.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 15 23:08:23 2010 +0000 (2010-10-15)
parents c4f91a4fefc4
children fa99a5324873
line source
1 # SliTaz package receipt.
3 PACKAGE="fbxkb"
4 VERSION="0.6"
5 CATEGORY="utilities"
6 SHORT_DESC="fbxkb is NETWM compliant keyboard indicator and switcher."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tgz"
9 DEPENDS="gtk+"
10 BUILD_DEPENDS="gtk+-dev"
11 WEB_SITE="http://fbxkb.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr &&
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin $fs/usr/share/fbxkb/images
27 cp -a $src/fbxkb $fs/usr/bin
28 cp $src/images/*.png $fs/usr/share/fbxkb/images
29 }