wok-next diff osmo/receipt @ rev 1463

Add: ntop, ,top-dev, ntop-man
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Oct 04 10:40:21 2008 +0200 (2008-10-04)
parents 22299bc02e11
children 3d99ecce2d4b
line diff
     1.1 --- a/osmo/receipt	Sat Apr 12 20:17:59 2008 +0200
     1.2 +++ b/osmo/receipt	Sat Oct 04 10:40:21 2008 +0200
     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  }