wok-next diff mtpaint/receipt @ rev 1493
Up freeradius (2.1.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 13:02:19 2008 +0000 (2008-10-05) |
parents | dad0d2002ac1 |
children | 3d99ecce2d4b |
line diff
1.1 --- a/mtpaint/receipt Mon Jun 09 10:23:31 2008 +0200 1.2 +++ b/mtpaint/receipt Sun Oct 05 13:02:19 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Light paint programm and image manipulation." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+" 1.7 +BUILD_DEPENDS="gtk+ pkg-config xorg-xproto" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://mtpaint.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -18,7 +19,7 @@ 1.12 { 1.13 cp -a stuff/icons-tango $src/src 1.14 cd $src 1.15 - ./configure --cpu=i486 --prefix=/usr intl icons-tango 1.16 + ./configure --cpu=i486 --prefix=/usr intl icons-tango && 1.17 make 1.18 } 1.19