wok view poedit/receipt @ rev 9634

Fixes: ecj, fop, rhino, xalan-xerces-j, xlogo (jre is not a package --> java-jre)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:26:46 2011 +0200 (2011-04-26)
parents f3327707164a
children 51a1ebbda768
line source
1 # SliTaz package receipt.
3 PACKAGE="poedit"
4 VERSION="1.4.6.1"
5 CATEGORY="development"
6 SHORT_DESC="Editor for i18n po files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \
9 gtkspell"
10 BUILD_DEPENDS="wxWidgets-dev gettext"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.poedit.net/"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/locale
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
31 cp -a $_pkg/usr/share/poedit $fs/usr/share
32 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
33 }