# HG changeset patch # User Pascal Bellard # Date 1344944340 -7200 # Node ID 2767d0bc2eb7f6ff38e51d7becd022571c58052b # Parent 330c7af1431f21e416bd6a5dd5e64fe7c6ce33f9 Move from undigest: i3 diff -r 330c7af1431f -r 2767d0bc2eb7 i3/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/i3/receipt Tue Aug 14 13:39:00 2012 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="i3" +VERSION="4.2" +CATEGORY="x-window" +SHORT_DESC="i3 tiling window manager" +MAINTAINER="Yehuda Ringler " +WEB_SITE="http://i3wm.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="$WEB_SITE/downloads/$TARBALL" +DEPENDS="libxcb xorg-libXcursor xorg-libX11 yajl libev dmenu \ +startup-notification xcb-util" +BUILD_DEPENDS="make gcc pkg-config xcb-proto libxcb-dev xcb-util-dev \ +libev-dev flex bison yajl t2 docbook-xml xorg-libXcursor-dev xorg-libX11-dev \ +pcre-dev startup-notification-dev xcb-util-keysyms-dev xcb-util-wm-dev" + +# Rules to configure and make the package. +compile_rules() +{ + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. + +genpkg_rules() +{ + cp -a $install/* $fs +}