wok-next diff wmctrl/receipt @ rev 20553

Up cookutils (1045), tazpkg (963)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 13:36:51 2018 +0300 (2018-04-06)
parents c26b810fab5e
children d5aab818505e
line diff
     1.1 --- a/wmctrl/receipt	Sat Oct 07 17:18:59 2017 +0200
     1.2 +++ b/wmctrl/receipt	Fri Apr 06 13:36:51 2018 +0300
     1.3 @@ -1,30 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="wmctrl"
     1.8  VERSION="c5c5eb8"
     1.9  CATEGORY="utilities"
    1.10 +SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM \
    1.11 +compatible X Window Manager"
    1.12 +MAINTAINER="yuripourre@gmail.com"
    1.13  LICENSE="GPL"
    1.14 -MAINTAINER="yuripourre@gmail.com"
    1.15 +WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl/"
    1.19  WGET_URL="http://git.make-linux.org/tools/$PACKAGE.git/snapshot/$TARBALL"
    1.20 -SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager."
    1.21 -DEPENDS="glib"
    1.22 +
    1.23  BUILD_DEPENDS="glib-dev xorg-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	./configure                    \
    1.29 -		--prefix=/usr          \
    1.30 -		--mandir=/usr/share/man\
    1.31 +compile_rules() {
    1.32 +	./configure \
    1.33 +		--prefix=/usr \
    1.34 +		--mandir=/usr/share/man \
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$DESTDIR install
    1.38  }
    1.39  
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	DEPENDS="glib"
    1.47  }