wok-next view lsyncd/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents c21dd92eb0a2
children a3c581bf52b8
line source
1 # SliTaz package receipt.
3 PACKAGE="lsyncd"
4 VERSION="2.1.5"
5 CATEGORY="network"
6 SHORT_DESC="Live Syncing (Mirror) Daemon."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://code.google.com/p/lsyncd/"
11 WGET_URL="http://lsyncd.googlecode.com/files/$TARBALL"
13 DEPENDS="lua5.1"
14 BUILD_DEPENDS="lua5.1-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 }