wok-next view fbxkb/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fbxkb"
4 VERSION="0.6"
5 CATEGORY="utilities"
6 SHORT_DESC="NETWM-compliant keyboard indicator and switcher"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://fbxkb.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev libxmu-dev"
16 compile_rules() {
17 ./configure &&
18 make LDFLAGS= &&
19 make PREFIX=$install/usr install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="gtk2 libxmu"
25 }