wok-next view i3/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 2767d0bc2eb7
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="i3"
4 VERSION="4.5.1"
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 pango-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 }