wok annotate retawq/receipt @ rev 690
lxpanel: declare /usr/bin/lxsession-logout
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 25 21:58:06 2008 +0000 (2008-04-25) |
parents | 00b8d39101ac |
children | eb7f93d231d6 |
rev | line source |
---|---|
pankso@8 | 1 # SliTaz package receipt. |
pankso@8 | 2 |
pankso@8 | 3 PACKAGE="retawq" |
pankso@8 | 4 VERSION="0.2.6c" |
pankso@203 | 5 CATEGORY="network" |
pankso@8 | 6 SHORT_DESC="Text mode Web browser." |
pankso@8 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@8 | 8 DEPENDS="ncurses" |
pankso@8 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@8 | 10 WEB_SITE="http://retawq.sourceforge.net/" |
pankso@8 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@8 | 12 |
pankso@8 | 13 # Rules to configure and make the package. |
pankso@8 | 14 compile_rules() |
pankso@8 | 15 { |
pankso@8 | 16 cd $src |
pankso@8 | 17 ./configure --enable-i18n --enable-local-cgi --path-prefix=/usr \ |
pankso@8 | 18 --path-doc=/usr/share/doc/retawq --path-man=/usr/share/man |
pankso@8 | 19 make |
pankso@8 | 20 } |
pankso@8 | 21 |
pankso@8 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@8 | 23 genpkg_rules() |
pankso@8 | 24 { |
pankso@8 | 25 mkdir -p $fs/usr/bin $fs/usr/share/locale/fr/LC_MESSAGES |
pankso@8 | 26 cp -a $src/retawq $fs/usr/bin |
pankso@8 | 27 cp -a $src/i18n/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/retawq.mo |
pankso@8 | 28 strip -s $fs/usr/bin/* |
pankso@8 | 29 } |