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="http://gentoo.oregonstate.edu/distfiles/$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
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)