wok-current view wmctrl/receipt @ rev 14474
gstreamer-dev: update deps+bdeps
| author | Dominique Corbex <domcox@slitaz.org> | 
|---|---|
| date | Thu May 02 22:35:43 2013 +0200 (2013-05-02) | 
| parents | 03ad5a05339c | 
| children | 380ffe05937a | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="wmctrl"
     4 VERSION="1.07"
     5 CATEGORY="misc"
     6 SHORT_DESC="Control your EWMH compliant window manager from command line"
     7 MAINTAINER="jozee@slitaz.org"
     8 DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
     9 xorg-libXext xorg-libXmu xorg-libXt"
    10 BUILD_DEPENDS="glib-dev xorg-dev"
    11 TARBALL="$PACKAGE-$VERSION.tar.gz"
    12 WEB_SITE="http://sweb.cz/tripie/utils/wmctrl/dist/" 
    13 WGET_URL="$WEB_SITE/$TARBALL"
    14 TAGS="wm window-manager desktop"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	./configure --prefix=/usr &&
    21 	make &&
    22 	make DESTDIR=$PWD/_pkg install
    23 }
    25 # Rules to gen a SliTaz package suitable for Tazpkg.
    26 genpkg_rules()
    27 {
    28 	mkdir -p $fs/usr/bin
    29 	cp -a $_pkg/usr/bin $fs/usr
    31 }