wok-next annotate pilot-link/receipt @ rev 20551

Up libmatchbox
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 03:32:57 2018 +0300 (2018-04-06)
parents 7aa5bdffd3f5
children 10df65db91ad
rev   line source
al@20464 1 # SliTaz package receipt v2.
llevrel@18696 2
llevrel@18696 3 PACKAGE="pilot-link"
llevrel@18696 4 VERSION="0.12.5"
llevrel@18696 5 CATEGORY="office"
al@20464 6 SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds"
llevrel@18696 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18696 8 LICENSE="GPL-LGPL"
llevrel@18696 9 WEB_SITE="http://www.pilot-link.org/"
al@20464 10
llevrel@18696 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
llevrel@18696 12 WGET_URL="http://downloads.pilot-link.org/$TARBALL"
llevrel@18696 13
llevrel@18696 14 BUILD_DEPENDS="popt-dev readline-dev"
al@20464 15 SPLIT="pilot-link-dev"
llevrel@18696 16
al@20464 17 compile_rules() {
al@20464 18 ./configure \
al@20464 19 --prefix=/usr \
al@20464 20 --enable-conduits \
al@20464 21 --sharedstatedir=/var/lib \
al@20464 22 --localstatedir=/var \
al@20464 23 $CONFIGURE_ARGS &&
llevrel@18696 24 make && make install
llevrel@18696 25 }
llevrel@18696 26
al@20464 27 genpkg_rules() {
al@20464 28 case $PACKAGE in
al@20464 29 pilot-link)
al@20464 30 copy @std
al@20464 31 DEPENDS="popt readline"
al@20464 32 ;;
al@20464 33 *-dev)
al@20464 34 copy @dev
al@20464 35 ;;
al@20464 36 esac
llevrel@18696 37 }