SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "alpine"

# SliTaz package receipt.

PACKAGE="alpine"
VERSION="2.26"
CATEGORY="network"
TAGS="mail client"
SHORT_DESC="Fast, easy to use email client."
MAINTAINER="paul@slitaz.org"
LICENSE="Apache"
WEB_SITE="https://repo.or.cz/alpine.git"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="https://alpineapp.email/alpine/release/src/$TARBALL"

DEPENDS="libssl ncurses pam"
BUILD_DEPENDS="ncurses-dev openssl-dev pam-dev"

#HOST_ARCH="i486 arm"

# What is the latest version available today?
current_version()
{
    wget -O - http://repo.or.cz/alpine.git/refs 2>/dev/null | \
    sed '/Release version/!d;s|.*version ||;s|<.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure        \
        --without-tcl    \
        --without-ldap    \
        --without-krb5    \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}

post_install()
{
    # link old libldap libraries
    cd "$1/usr/lib"
    ln -s liblber-2.4.so.2.4.2 liblber-2.3.so.0
    ln -s libldap-2.4.so.2.4.2 libldap-2.3.so.0
}

post_remove()
{
    rm -f /usr/lib/liblber-2.3.so.0
    rm -f /usr/lib/libldap-2.3.so.0
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)