wok diff beaver/receipt @ rev 5719

Up dmsetup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 15:08:46 2010 +0200 (2010-06-24)
parents e1a68e5d0646
children b843d4d03bfa
line diff
     1.1 --- a/beaver/receipt	Thu Jan 21 23:14:05 2010 +0100
     1.2 +++ b/beaver/receipt	Thu Jun 24 15:08:46 2010 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="Simple and very light advanced text editor."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ xorg-libXdamage"
     1.7 -BUILD_DEPENDS="gtk+-dev xorg-xproto"
     1.8 +BUILD_DEPENDS="gtk+-dev xorg-xproto automake autoconf"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.nongnu.org/beaver/"
    1.11  WGET_URL="http://www.nongnu.org/beaver/dloads/tarballs/$TARBALL"
    1.12 @@ -18,6 +18,8 @@
    1.13  {
    1.14  	mv beaver0.4.0 $src 2>/dev/null
    1.15  	cd $src
    1.16 +	# Fix bug with DESTDIR 
    1.17 +	patch -p1 -i ../stuff/makefile.am.u || exit 1
    1.18  	./autogen.sh &&
    1.19  	./configure \
    1.20  		--prefix=/usr \