wok-next annotate wmctrl/receipt @ rev 21152
Update lua-socket, prosody, luajit.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 31 10:34:36 2019 +0200 (2019-01-31) |
parents | 1eb4aacb48ed |
children |
rev | line source |
---|---|
al@20516 | 1 # SliTaz package receipt v2. |
jozee@2731 | 2 |
jozee@2731 | 3 PACKAGE="wmctrl" |
psychomaniak@19051 | 4 VERSION="c5c5eb8" |
yuripourre@18084 | 5 CATEGORY="utilities" |
al@20516 | 6 SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM \ |
al@20516 | 7 compatible X Window Manager" |
al@20516 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@18084 | 9 LICENSE="GPL" |
al@20516 | 10 WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl/" |
al@20516 | 11 |
psychomaniak@19051 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
psychomaniak@19051 | 13 WGET_URL="http://git.make-linux.org/tools/$PACKAGE.git/snapshot/$TARBALL" |
al@20516 | 14 |
psychomaniak@19885 | 15 BUILD_DEPENDS="glib-dev xorg-dev" |
pascal@15000 | 16 |
al@20516 | 17 compile_rules() { |
al@20516 | 18 ./configure \ |
al@20516 | 19 --prefix=/usr \ |
al@20516 | 20 --mandir=/usr/share/man \ |
yuripourre@18084 | 21 $CONFIGURE_ARGS && |
pascal@2843 | 22 make && |
al@21020 | 23 make DESTDIR=$install install |
jozee@2731 | 24 } |
jozee@2731 | 25 |
al@20516 | 26 genpkg_rules() { |
al@20516 | 27 copy @std |
al@20516 | 28 DEPENDS="glib" |
jozee@2731 | 29 } |