wok view pilot-link/receipt @ 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
children 7aa5bdffd3f5
line source
1 # SliTaz package receipt.
3 PACKAGE="pilot-link"
4 VERSION="0.12.5"
5 CATEGORY="office"
6 SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds."
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL-LGPL"
9 WEB_SITE="http://www.pilot-link.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://downloads.pilot-link.org/$TARBALL"
13 DEPENDS="popt readline"
14 BUILD_DEPENDS="popt-dev readline-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS --prefix=/usr --enable-conduits \
20 --sharedstatedir=/var/lib --localstatedir=/var &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 rm -r $fs/usr/include $fs/usr/lib $fs/usr/share/aclocal
29 }