wok view pilot-link/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents 7aa5bdffd3f5
children b569b85b0fb9
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="https://github.com/jichu4n/pilot-link"
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/share/aclocal
29 }