wok-6.x rev 4833
Fix: Add missing BUILD_DEPENDS to Beaver. Fix build build failed with DESTDIR
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jan 22 10:21:56 2010 +0100 (2010-01-22) |
parents | dc63242ab522 |
children | 36a0c44b8ecf |
files | beaver/receipt |
line diff
1.1 --- a/beaver/receipt Thu Jan 21 23:15:31 2010 +0100 1.2 +++ b/beaver/receipt Fri Jan 22 10:21:56 2010 +0100 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 \