# HG changeset patch # User Alexander Medvedev # Date 1283128615 0 # Node ID c4f91a4fefc4ba78f1d7f9341721ace0cd9065d8 # Parent 753cd764de9da1729c3923745f419054d630bc00 Add: fbxkb (0.6) diff -r 753cd764de9d -r c4f91a4fefc4 fbxkb/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fbxkb/receipt Mon Aug 30 00:36:55 2010 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="fbxkb" +VERSION="0.6" +CATEGORY="utilites" +SHORT_DESC="fbxkb is NETWM compliant keyboard indicator and switcher." +MAINTAINER="devl547@gmail.com" +TARBALL="$PACKAGE-$VERSION.tgz" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev" +WEB_SITE="http://fbxkb.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr && + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/usr/share/fbxkb/images + cp -a $src/fbxkb $fs/usr/bin + cp $src/images/*.png $fs/usr/share/fbxkb/images +} +