wok diff sylpheed/receipt @ rev 1490

lxlauncher: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 12:01:39 2008 +0000 (2008-10-05)
parents 6602df876b72
children 52dc4b48ed81
line diff
     1.1 --- a/sylpheed/receipt	Tue Jun 24 20:40:11 2008 +0200
     1.2 +++ b/sylpheed/receipt	Sun Oct 05 12:01:39 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
     1.5  MAINTAINER="fraazz@altern.org"
     1.6  DEPENDS="gtk+ openssl"
     1.7 -BUILD_DEPENDS="openssl-dev"
     1.8 +BUILD_DEPENDS="openssl-dev glib"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://sylpheed.sraoss.jp/en/"
    1.11  WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.5/$TARBALL"
    1.12 @@ -19,8 +19,8 @@
    1.13  		--prefix=/usr \
    1.14  		--infodir=/usr/share/info \
    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