wok view gperiodic/receipt @ rev 1201

squirrelmail: enable default plugins
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 08 16:12:50 2008 +0000 (2008-08-08)
parents 9b3d2133ce0f
children 3d99ecce2d4b
line source
1 # SliTaz package receipt.
3 PACKAGE="gperiodic"
4 VERSION="2.0.10"
5 CATEGORY="misc"
6 SHORT_DESC="A periodic table element"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gtk+"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.frantz.fi/software/gperiodic.php"
11 WGET_URL="http://www.frantz.fi/software/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin $fs/usr/share/applications \
24 $fs/usr/share/pixmaps $fs/usr/share/locale/fr/LC_MESSAGES
26 cp -a $src/gperiodic $fs/usr/bin
27 cp -a $src/po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/gperiodic.mo
28 cp -a $src/gperiodic.desktop $fs/usr/share/applications
29 cp -a $src/gperiodic.png $fs/usr/share/pixmaps
30 strip -s $fs/usr/bin/*
31 }