wok diff osmo/receipt @ rev 1457
atl2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 16:39:33 2008 +0000 (2008-10-03) |
parents | 22299bc02e11 |
children | 3d99ecce2d4b |
line diff
1.1 --- a/osmo/receipt Sat Apr 12 20:17:59 2008 +0200 1.2 +++ b/osmo/receipt Fri Oct 03 16:39:33 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="A handy personal organizer using GTK+." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ libxml2" 1.7 +BUILD_DEPENDS="gtk+ libxml2-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://clay.ll.pl/osmo/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL" 1.11 @@ -16,9 +17,9 @@ 1.12 cd $src 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 - make DESTDIR=$PWD/_pkg install 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 + make DESTDIR=$PWD/_pkg install && 1.21 # UTF-8 fr.po = pango segfault if the system is not unicode. 1.22 rm -rf _pkg/usr/share/locale/fr 1.23 }