wok-next view fbxkb/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e1c0edabdcb2
children d72501f4ab49
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="http://fbxkb.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev xorg-libXmu-dev"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
19 ./configure &&
20 make || return 1
22 install -Dm755 $src/fbxkb $install/usr/bin/fbxkb
23 mkdir -p $install/usr/share/fbxkb/images
24 cp $src/images/*.png $install/usr/share/fbxkb/images
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="gtk+ xorg-libXmu"
30 }