wok-next view matchbox-panel/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 d3eb5f4b53ea
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-panel"
4 VERSION="0.9.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox panel"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://matchbox-project.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="libmatchbox-dev startup-notification-dev wireless_tools-dev"
15 COOKOPTS="!fixdesktops"
17 compile_rules() {
18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
20 ./configure \
21 --enable-startup-notification \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libmatchbox startup-notification wireless_tools xorg-libX11 \
30 xorg-libXext"
31 TAGS="matchbox"
32 }