wok-stable diff xorg-xload/receipt @ rev 3093
lxpanel: Remove and add custom icon + use gtk calendar
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 17 00:38:37 2009 +0200 (2009-05-17) |
parents | dc2dd4d7fffb |
children | 07ae722ec64e |
line diff
1.1 --- a/xorg-xload/receipt Tue Dec 18 13:41:02 2007 +0100 1.2 +++ b/xorg-xload/receipt Sun May 17 00:38:37 2009 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="X app to show system resources usage." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xorg" 1.7 +BUILD_DEPENDS="xorg-libXaw-dev" 1.8 SOURCE="xload" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.x.org/" 1.11 @@ -16,8 +17,8 @@ 1.12 { 1.13 cd $src 1.14 ./configure --prefix=/usr --mandir=/usr/share/man \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21