wok-6.x diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pilot-link/receipt	Sun Dec 13 23:12:27 2015 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pilot-link"
     1.7 +VERSION="0.12.5"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds."
    1.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>"
    1.11 +LICENSE="GPL-LGPL"
    1.12 +WEB_SITE="http://www.pilot-link.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="http://downloads.pilot-link.org/$TARBALL"
    1.15 +
    1.16 +DEPENDS="popt readline"
    1.17 +BUILD_DEPENDS="popt-dev readline-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 --enable-conduits \
    1.23 +		--sharedstatedir=/var/lib --localstatedir=/var &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs
    1.31 +	rm -r $fs/usr/include $fs/usr/lib $fs/usr/share/aclocal
    1.32 +}