wok annotate re-alpine/receipt @ rev 14379

Move from undigest: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 21:54:08 2013 +0200 (2013-04-22)
parents
children bf53d191d5bd
rev   line source
pascal@14379 1 # SliTaz package receipt.
pascal@14379 2
pascal@14379 3 PACKAGE="re-alpine"
pascal@14379 4 VERSION="2.03"
pascal@14379 5 CATEGORY="network"
pascal@14379 6 SHORT_DESC="Re-alpine is the continuation of Alpine (a text-based email client)."
pascal@14379 7 MAINTAINER="paul@slitaz.org"
pascal@14379 8 DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
pascal@14379 9 BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
pascal@14379 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14379 11 WEB_SITE="http://sourceforge.net/projects/re-alpine/"
pascal@14379 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14379 13 TAGS="mail client"
pascal@14379 14
pascal@14379 15 # Rules to configure and make the package.
pascal@14379 16 compile_rules()
pascal@14379 17 {
pascal@14379 18 cd $src
pascal@14379 19 ./configure \
pascal@14379 20 --prefix=/usr \
pascal@14379 21 --mandir=/usr/share/man \
pascal@14379 22 --with-ssl-dir=/usr \
pascal@14379 23 $CONFIGURE_ARGS &&
pascal@14379 24 make && make install
pascal@14379 25 }
pascal@14379 26
pascal@14379 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14379 28 genpkg_rules()
pascal@14379 29 {
pascal@14379 30 mkdir -p $fs/usr
pascal@14379 31 cp -a $install/usr/bin $fs/usr
pascal@14379 32 }
pascal@14379 33