wok-next view wmctrl/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 c26b810fab5e
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wmctrl"
4 VERSION="c5c5eb8"
5 CATEGORY="utilities"
6 SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM \
7 compatible X Window Manager"
8 MAINTAINER="yuripourre@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl/"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://git.make-linux.org/tools/$PACKAGE.git/snapshot/$TARBALL"
15 BUILD_DEPENDS="glib-dev xorg-dev"
17 compile_rules() {
18 ./configure \
19 --prefix=/usr \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="glib"
29 }