wok view i3/receipt @ rev 13595

Up python-cython (0.17.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 08 15:49:28 2012 +0100 (2012-11-08)
parents
children dea79e20690a
line source
1 # SliTaz package receipt.
3 PACKAGE="i3"
4 VERSION="4.2"
5 CATEGORY="x-window"
6 SHORT_DESC="i3 tiling window manager"
7 MAINTAINER="Yehuda Ringler <ybringler@gmail.com>"
8 WEB_SITE="http://i3wm.org"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="$WEB_SITE/downloads/$TARBALL"
11 DEPENDS="libxcb xorg-libXcursor xorg-libX11 yajl libev dmenu \
12 startup-notification xcb-util"
13 BUILD_DEPENDS="make gcc pkg-config xcb-proto libxcb-dev xcb-util-dev \
14 libev-dev flex bison yajl t2 docbook-xml xorg-libXcursor-dev xorg-libX11-dev \
15 pcre-dev startup-notification-dev xcb-util-keysyms-dev xcb-util-wm-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }