wok view libetpan/receipt @ rev 2440

sox, speex, squid, sshfs-fuse, streamripper, subversion, sudoku-savant, supertux: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 09:14:24 2009 +0000 (2009-03-13)
parents 03a799424aaa
children 2ddc861c6696
line source
1 # SliTaz package receipt.
3 PACKAGE="libetpan"
4 VERSION="0.57"
5 CATEGORY="misc"
6 SHORT_DESC="Mail librayry"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html"
11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/libetpan/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 }