# Description: perl script to sync local directory tree and remote ftp # URL: http://ftpsync.sourceforge.net # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: p5-lwp name=ftpsync version=1.2.33 release=1 source=(http://dl.sf.net/sourceforge/$name/$name-$version.tar.bz2) build() { cd $name-$version install -D ftpsync.pl $PKG/usr/bin/$name }