wok-current diff i3/receipt @ rev 13246
Move from undigest: vorbisgain
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 13:39:31 2012 +0200 (2012-08-14) |
parents | |
children | dea79e20690a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/i3/receipt Tue Aug 14 13:39:31 2012 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="i3" 1.7 +VERSION="4.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="i3 tiling window manager" 1.10 +MAINTAINER="Yehuda Ringler <ybringler@gmail.com>" 1.11 +WEB_SITE="http://i3wm.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WGET_URL="$WEB_SITE/downloads/$TARBALL" 1.14 +DEPENDS="libxcb xorg-libXcursor xorg-libX11 yajl libev dmenu \ 1.15 +startup-notification xcb-util" 1.16 +BUILD_DEPENDS="make gcc pkg-config xcb-proto libxcb-dev xcb-util-dev \ 1.17 +libev-dev flex bison yajl t2 docbook-xml xorg-libXcursor-dev xorg-libX11-dev \ 1.18 +pcre-dev startup-notification-dev xcb-util-keysyms-dev xcb-util-wm-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + make && make install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 + 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/* $fs 1.31 +}