wok diff libsexy/receipt @ rev 2254

Add squirrelmail-legend
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:51:24 2009 +0000 (2009-02-15)
parents 134b69cc28a2
children 2e55de4816a6
line diff
     1.1 --- a/libsexy/receipt	Fri Jun 06 17:47:26 2008 +0200
     1.2 +++ b/libsexy/receipt	Sun Feb 15 22:51:24 2009 +0000
     1.3 @@ -5,6 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Sexy widgests for GTK+."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +DEPENDS="gtk+"
     1.8 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto glib pango libxml2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
    1.11  WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
    1.12 @@ -16,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22