wok-stable diff galculator/receipt @ rev 1547
php: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 20:21:26 2008 +0000 (2008-10-11) |
parents | 70b2d74dff92 |
children | 01552a9c541b |
line diff
1.1 --- a/galculator/receipt Tue Apr 08 20:37:25 2008 +0200 1.2 +++ b/galculator/receipt Sat Oct 11 20:21:26 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Graphical scientific calculator." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ libglade" 1.7 +BUILD_DEPENDS="perl pkg-config gtk+-dev libglade-dev xorg-xproto" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://galculator.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -16,8 +17,8 @@ 1.12 cd $src 1.13 ./configure \ 1.14 --prefix=/usr \ 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