wok-next view wmctrl/receipt @ rev 21375
updated mpd (0.17.2 -> 0.21.22)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 13:45:16 2020 +0100 (2020-04-16) |
parents | 1eb4aacb48ed |
children |
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=$install install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="glib"
29 }