wok diff poedit/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 51a1ebbda768
children 561e55bb4626
line diff
     1.1 --- a/poedit/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/poedit/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -3,23 +3,25 @@
     1.4  PACKAGE="poedit"
     1.5  VERSION="1.4.6.1"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Editor for i18n po files."
     1.8 +SHORT_DESC="Editor for i18n po files"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="MIT"
    1.11 +WEB_SITE="http://www.poedit.net/"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WEB_SITE="http://www.poedit.net/"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \
    1.17 -gtkspell"
    1.18 +DEPENDS="xorg wxWidgets pango gettext-base libdb xorg-libXdamage \
    1.19 +xorg-libXxf86vm gtkspell"
    1.20  BUILD_DEPENDS="wxWidgets-dev gettext"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +	./configure \
    1.29 +		--prefix=/usr \
    1.30 +		--infodir=/usr/share/info \
    1.31 +		--mandir=/usr/share/man \
    1.32 +		$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make DESTDIR=$DESTDIR install
    1.35  }
    1.36 @@ -27,10 +29,9 @@
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 -	mkdir -p $fs/usr/share/locale
    1.41 +	mkdir -p $fs/usr/share
    1.42  	cp -a $install/usr/bin $fs/usr
    1.43  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.44  	cp -a $install/usr/share/poedit $fs/usr/share
    1.45 -    	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.46  }
    1.47