wok view re-alpine/receipt @ rev 15563

Up: thunderbird-langpack-pt_PT (17.0.11esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 24 17:37:47 2013 +0100 (2013-11-24)
parents 33e84bccec26
children 600aaedb561d
line source
1 # SliTaz package receipt.
3 PACKAGE="re-alpine"
4 VERSION="2.03"
5 CATEGORY="network"
6 SHORT_DESC="Re-alpine is the continuation of Alpine (a text-based email client)."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
9 BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://sourceforge.net/projects/re-alpine/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 TAGS="mail client"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 touch libtoolT # configure wan't to remove it...
20 ./configure \
21 --prefix=/usr \
22 --mandir=/usr/share/man \
23 --with-ssl-dir=/usr \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/usr/bin $fs/usr
33 }