# HG changeset patch # User Christophe Lincoln # Date 1307730036 -7200 # Node ID ea709772ea74546ded1c44f8b228e0adf449f36a # Parent c82e89d4077afe26904eb8a1bdc8cfcae32ff01c Move lsyncd to wok (work perfectly and used in a new project) diff -r c82e89d4077a -r ea709772ea74 lsyncd/receipt --- a/lsyncd/receipt Fri Jun 10 20:19:14 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="lsyncd" -VERSION="2.0.4" -CATEGORY="network" -SHORT_DESC="Live Syncing (Mirror) Daemon." -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://code.google.com/p/lsyncd/" -WGET_URL="http://lsyncd.googlecode.com/files/$TARBALL" - -DEPENDS="lua" -BUILD_DEPENDS="lua-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure $CONFIGURE_ARGS LDFLAGS="$LDFLAGS -ldl" && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr -}