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

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents d5aab818505e
children
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"
pascal@21146 9 WEB_SITE="https://github.com/jichu4n/pilot-link"
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@21020 15 SPLIT="$PACKAGE-dev"
llevrel@18696 16
al@20464 17 compile_rules() {
al@20464 18 ./configure \
al@20464 19 --enable-conduits \
al@20464 20 --sharedstatedir=/var/lib \
al@20464 21 $CONFIGURE_ARGS &&
al@20604 22 fix libtool &&
al@20604 23 make &&
al@20604 24 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 }