wok diff poedit/receipt @ rev 15679

lxc: add depend for linux-lxc
Add linux-lxc
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:12:42 2013 +0100 (2013-12-20)
parents 1efdeedc622b
children e4fd343fd7b8
line diff
     1.1 --- a/poedit/receipt	Mon Nov 01 00:08:44 2010 +0000
     1.2 +++ b/poedit/receipt	Fri Dec 20 20:12:42 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Editor for i18n po files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     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 +
    1.12  DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \
    1.13  gtkspell"
    1.14  BUILD_DEPENDS="wxWidgets-dev gettext"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.poedit.net/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -19,16 +21,16 @@
    1.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/share/locale
    1.33 -	cp -a $_pkg/usr/bin $fs/usr
    1.34 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.35 -	cp -a $_pkg/usr/share/poedit $fs/usr/share
    1.36 -    	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.39 +	cp -a $install/usr/share/poedit $fs/usr/share
    1.40 +    	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.41  }
    1.42