wok-next annotate pilot-link/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 10df65db91ad |
children | 865a6b5d55a0 |
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@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 } |