wok annotate lsyncd/receipt @ rev 18279

Up mate-panel: update deps
author Yuri Pourre <yuripourre@gmail.com>
date Sun Aug 09 17:20:41 2015 -0300 (2015-08-09)
parents 03bafe56e2a7
children 543e0fa614bc
rev   line source
pankso@10843 1 # SliTaz package receipt.
pankso@10843 2
pankso@10843 3 PACKAGE="lsyncd"
pascal@15299 4 VERSION="2.1.5"
pankso@10843 5 CATEGORY="network"
pankso@10843 6 SHORT_DESC="Live Syncing (Mirror) Daemon."
pankso@10843 7 MAINTAINER="pankso@slitaz.org"
pascal@15299 8 LICENSE="GPL2"
pankso@10843 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@10843 10 WEB_SITE="http://code.google.com/p/lsyncd/"
pankso@10843 11 WGET_URL="http://lsyncd.googlecode.com/files/$TARBALL"
pankso@10843 12
pankso@10843 13 DEPENDS="lua"
pankso@10843 14 BUILD_DEPENDS="lua-dev"
pankso@10843 15
pankso@10843 16 # Rules to configure and make the package.
pankso@10843 17 compile_rules()
pankso@10843 18 {
pankso@10843 19 cd $src
pankso@10843 20 ./configure $CONFIGURE_ARGS LDFLAGS="$LDFLAGS -ldl" &&
pankso@10843 21 make && make install
pankso@10843 22 }
pankso@10843 23
pankso@10843 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10843 25 genpkg_rules()
pankso@10843 26 {
pankso@10843 27 mkdir -p $fs/usr
pankso@10843 28 cp -a $install/usr/bin $fs/usr
pankso@10843 29 }