wok-current diff poedit/receipt @ rev 1574
Up slitaz-boot-scripts (2.5.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 15 15:06:01 2008 +0000 (2008-10-15) |
parents | 17a39e4461e4 |
children | 348305174f49 |
line diff
1.1 --- a/poedit/receipt Wed Feb 13 14:06:08 2008 +0100 1.2 +++ b/poedit/receipt Wed Oct 15 15:06:01 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Editor for i18n po files." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xorg wxWidgets pango gettext" 1.7 +BUILD_DEPENDS="wxWidgets gettext" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.poedit.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -15,8 +16,8 @@ 1.12 { 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - make 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21