lsyncd: rebuild for libiconv changes

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-16 13:01:49 +01:00
parent 9a6ed48091
commit aaa707dd24
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2.0.0
2.0.1:
- rebuild for libiconv changes
2.0.0:
- initial addon based on lsyncd-2.0.5

View File

@ -20,13 +20,13 @@
PKG_NAME="lsyncd"
PKG_VERSION="2.0.5"
PKG_REV="0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://code.google.com/p/lsyncd/"
PKG_URL="http://lsyncd.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain libiconv lua"
PKG_BUILD_DEPENDS="toolchain $ICONV lua"
PKG_PRIORITY="optional"
PKG_SECTION="network/backup"
PKG_SHORTDESC="Lsyncd (Live Syncing Daemon) synchronizes local directories with a remote targets"