wok-next view jpilot/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jpilot"
4 VERSION="1.8.2"
5 CATEGORY="office"
6 SHORT_DESC="Desktop organizer application for PalmOS devices"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL2"
9 WEB_SITE="http://jpilot.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev gettext-dev pilot-link-dev intltool"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install || return 1
22 cat >>$install/usr/share/applications/jpilot.desktop <<EOT
23 Comment[fr]=Organiseur de bureau pour les Palm Pilot
24 EOT
25 mkdir -p $install/usr/share/pixmaps/
26 cp $install/usr/share/doc/jpilot/icons/jpilot-icon3.xpm \
27 $install/usr/share/pixmaps/jpilot.xpm
28 }
30 genpkg_rules() {
31 copy @std *.mo
32 DEPENDS="gtk2 gettext pilot-link"
33 }
35 post_install(){
36 [ -n "$quiet" ] | cat <<EOT
38 .-----------------------------------------------.
39 | Don't forget to add yourself to group dialout |
40 | to be able to sync your Palm. |
41 | # addgroup tux dialout |
42 '-----------------------------------------------'
43 EOT
44 }