wok-next view wmctrl/receipt @ rev 20825

perl-dbd-mysql: typo in $WGET_URL
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 14 01:06:23 2018 +0300 (2018-06-14)
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 }