wok diff gamin/receipt @ rev 1488

imlib2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 10:55:02 2008 +0000 (2008-10-05)
parents 90463812cd74
children 3d99ecce2d4b
line diff
     1.1 --- a/gamin/receipt	Mon Feb 25 14:24:30 2008 +0100
     1.2 +++ b/gamin/receipt	Sun Oct 05 10:55:02 2008 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="File and directory monitoring system."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +BUILD_DEPENDS="pkg-config"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
    1.10  WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL"
    1.11 @@ -19,8 +20,8 @@
    1.12  		--libexecdir=/usr/lib/gamin \
    1.13  		--infodir=/usr/share/info \
    1.14  		--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