wok-next diff lsyncd/receipt @ rev 21589
updated dhcp and dhcp6 (4.2.2 -> 4.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 06:47:56 2020 +0100 (2020-06-24) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/lsyncd/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/lsyncd/receipt Wed Jun 24 06:47:56 2020 +0100 1.3 @@ -3,26 +3,26 @@ 1.4 PACKAGE="lsyncd" 1.5 VERSION="2.1.5" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="Live Syncing (Mirror) Daemon." 1.8 -MAINTAINER="pankso@slitaz.org" 1.9 +SHORT_DESC="Live Syncing (Mirror) Daemon" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL2" 1.12 +WEB_SITE="https://axkibe.github.io/lsyncd/" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="https://axkibe.github.io/lsyncd/" 1.16 WGET_URL="http://lsyncd.googlecode.com/files/$TARBALL" # FIXME 1.17 1.18 -DEPENDS="lua5.1" 1.19 BUILD_DEPENDS="lua5.1-dev" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - ./configure $CONFIGURE_ARGS LDFLAGS="$LDFLAGS -ldl" && 1.25 - make && make install 1.26 +compile_rules() { 1.27 + ./configure \ 1.28 + LDFLAGS="$LDFLAGS -ldl" \ 1.29 + $CONFIGURE_ARGS && 1.30 + make && 1.31 + make install 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 +genpkg_rules() { 1.38 mkdir -p $fs/usr 1.39 cp -a $install/usr/bin $fs/usr 1.40 + DEPENDS="lua5.1" 1.41 }