wok-6.x rev 18696
Add jpilot, pilot-link(-dev)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Sun Dec 13 23:12:27 2015 +0100 (2015-12-13) |
parents | 4a303b1b0bbc |
children | 7aa5bdffd3f5 |
files | jpilot/receipt pilot-link-dev/receipt pilot-link/description.txt pilot-link/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jpilot/receipt Sun Dec 13 23:12:27 2015 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="jpilot" 1.7 +VERSION="1.8.2" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="J-Pilot is a desktop organizer application for PalmOS devices." 1.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.jpilot.org" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$WEB_SITE/$TARBALL" 1.15 + 1.16 +DEPENDS="gtk+ gettext pilot-link" 1.17 +BUILD_DEPENDS="gtk+-dev gettext pilot-link-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure $CONFIGURE_ARGS --prefix=/usr && make && make install 1.23 + cat >>$install/usr/share/applications/jpilot.desktop <<EOT 1.24 +Comment[fr]=Organiseur de bureau pour les Palm Pilot 1.25 +EOT 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs 1.32 + mkdir -p $fs/usr/share/pixmaps 1.33 + cp -p $install/usr/share/doc/jpilot/icons/jpilot-icon3.xpm \ 1.34 + $fs/usr/share/pixmaps/jpilot.xpm 1.35 + rm -r $fs/usr/share/man $fs/usr/share/doc 1.36 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/pilot-link-dev/receipt Sun Dec 13 23:12:27 2015 +0100 2.3 @@ -0,0 +1,18 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="pilot-link-dev" 2.7 +VERSION="0.12.5" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="pilot-link devel files." 2.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 2.11 +LICENSE="GPL-LGPL" 2.12 +WANTED="pilot-link" 2.13 +WEB_SITE="http://www.pilot-link.org/" 2.14 + 2.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 +genpkg_rules() 2.17 +{ 2.18 + mkdir -p $fs/usr/share 2.19 + cp -a $install/usr/include $install/usr/lib $fs/usr 2.20 + cp -a $install/usr/share/aclocal $fs/usr/share 2.21 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/pilot-link/description.txt Sun Dec 13 23:12:27 2015 +0100 3.3 @@ -0,0 +1,12 @@ 3.4 +pilot-link is a suite of tools used to connect your Palm or PalmOSĀ® compatible 3.5 +handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link 3.6 +works with all PalmOSĀ® handhelds, including those made by Handspring, Sony 3.7 +and Palm, as well as others. 3.8 + 3.9 +pilot-link includes userspace "conduits" that allow you to syncronize 3.10 +information to and from your Palm device, as well as libraries of 3.11 +Palm-compatible functions that allow other applications to take advantage of 3.12 +the code included in pilot-link. 3.13 + 3.14 +There are also several language "bindings" that allow you to use your favorite 3.15 +development language with pilot-link, such as Java, Tcl, Perl, and Python.
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/pilot-link/receipt Sun Dec 13 23:12:27 2015 +0100 4.3 @@ -0,0 +1,29 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="pilot-link" 4.7 +VERSION="0.12.5" 4.8 +CATEGORY="office" 4.9 +SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds." 4.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 4.11 +LICENSE="GPL-LGPL" 4.12 +WEB_SITE="http://www.pilot-link.org/" 4.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.14 +WGET_URL="http://downloads.pilot-link.org/$TARBALL" 4.15 + 4.16 +DEPENDS="popt readline" 4.17 +BUILD_DEPENDS="popt-dev readline-dev" 4.18 + 4.19 +# Rules to configure and make the package. 4.20 +compile_rules() 4.21 +{ 4.22 + ./configure $CONFIGURE_ARGS --prefix=/usr --enable-conduits \ 4.23 + --sharedstatedir=/var/lib --localstatedir=/var && 4.24 + make && make install 4.25 +} 4.26 + 4.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.28 +genpkg_rules() 4.29 +{ 4.30 + cp -a $install/* $fs 4.31 + rm -r $fs/usr/include $fs/usr/lib $fs/usr/share/aclocal 4.32 +}