SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pilot-link"

# SliTaz package receipt.

PACKAGE="pilot-link"
VERSION="0.12.5"
CATEGORY="office"
SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds."
MAINTAINER="Lucas Levrel <llev@slitaz.org>"
LICENSE="GPL-LGPL"
WEB_SITE="https://github.com/jichu4n/pilot-link"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://web.archive.org/web/20160804034951/http://www.pilot-link.org/source/$TARBALL"

DEPENDS="popt readline"
BUILD_DEPENDS="popt-dev readline-dev"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS --prefix=/usr --enable-conduits \
        --sharedstatedir=/var/lib --localstatedir=/var &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
    rm -r $fs/usr/include $fs/usr/share/aclocal
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)