wok view re-alpine/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
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 }