wok view neon/receipt @ rev 1303

Typo in claws-mail receipt
author Julien Rabier <taziden@slitaz.org>
date Sat Aug 23 20:56:35 2008 +0200 (2008-08-23)
parents
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="neon"
4 VERSION="0.28.2"
5 CATEGORY="Development"
6 SHORT_DESC="Neon HTTP and WebDAV client library"
7 MAINTAINER="lehswe@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.webdav.org/neon"
11 WGET_URL="http://www.webdav.org/neon/$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
27 cp -a $_pkg/usr/lib $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/include $fs/usr
30 }