wok-stable diff le/receipt @ rev 4473
Update DEPENDS, BUILD_DEPENDS (epdfview)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon Nov 09 14:22:26 2009 +0000 (2009-11-09) |
parents | 3676f95cdebc |
children | 8752c40cc534 |
line diff
1.1 --- a/le/receipt Fri Jan 09 00:01:13 2009 +0100 1.2 +++ b/le/receipt Mon Nov 09 14:22:26 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="le" 1.7 -VERSION="1.14.0" 1.8 +VERSION="1.14.2" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Small editor using ncurses" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 @@ -15,12 +15,13 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -p 0 < ../stuff/gcc-4.patch || exit 1 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man \ 1.21 - $CONFIGURE_ARGS 1.22 - make 1.23 + $CONFIGURE_ARGS && 1.24 + make && 1.25 make DESTDIR=$PWD/_pkg install 1.26 } 1.27