wok view lsyncd/receipt @ rev 10880

vnc2flv: Fixed WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 25 09:39:04 2011 +0000 (2011-06-25)
parents
children c21dd92eb0a2
line source
1 # SliTaz package receipt.
3 PACKAGE="lsyncd"
4 VERSION="2.0.4"
5 CATEGORY="network"
6 SHORT_DESC="Live Syncing (Mirror) Daemon."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://code.google.com/p/lsyncd/"
10 WGET_URL="http://lsyncd.googlecode.com/files/$TARBALL"
12 DEPENDS="lua"
13 BUILD_DEPENDS="lua-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS LDFLAGS="$LDFLAGS -ldl" &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }