wok-current view re-alpine/receipt @ rev 14617
Up libxcb (1.9.1), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Jun 01 15:41:58 2013 +0200 (2013-06-01) | 
| 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 }