wok-next view wmctrl/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }