wok-next view matchbox-desktop/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 757d032c55c7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-desktop"
4 VERSION="0.9.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox desktop"
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-desktop/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gfortran libmatchbox-dev startup-notification-dev \
15 xorg-xcb-util-dev"
17 compile_rules() {
18 export LDFLAGS="$LDFLAGS -ldl"
20 ./configure \
21 --disable-static \
22 --enable-startup-notification \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make \
26 MKDIRPROG='mkdir -p' \
27 install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="libmatchbox startup-notification xorg-libX11 zlib"
33 TAGS="matchbox"
34 }