wok view wmctrl/receipt @ rev 2831

get-texlive: fix typo
author Pierre-Jean Fichet <sygne@ombres.eu>
date Thu Apr 30 10:17:12 2009 +0000 (2009-04-30)
parents
children 03ad5a05339c
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=""
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://sweb.cz/tripie/utils/wmctrl/dist/"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr
19 make
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $_pkg/usr/bin $fs/usr
29 }