summaryrefslogtreecommitdiff
path: root/package/rsync
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
commitb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch)
treed1bf8edcf012880df29e52bf326b96c18c624dab /package/rsync
parent0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff)
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/rsync')
-rw-r--r--package/rsync/Config.in10
-rw-r--r--package/rsync/Makefile1
2 files changed, 1 insertions, 10 deletions
diff --git a/package/rsync/Config.in b/package/rsync/Config.in
deleted file mode 100644
index 031c93076..000000000
--- a/package/rsync/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config ADK_PACKAGE_RSYNC
- prompt "rsync............................. file transfer utility"
- tristate
- select ADK_PACKAGE_LIBPOPT
- default n
- help
- An utility that provides fast incremental file transfer
-
- http://rsync.samba.org
-
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
index 013bffe81..b34584534 100644
--- a/package/rsync/Makefile
+++ b/package/rsync/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= rsync
PKG_VERSION:= 3.0.6
PKG_RELEASE:= 1
+PKG_BUILDDEP+= popt
PKG_MD5SUM:= e9865d093a18e4668b9d31b635dc8e99
PKG_DESCR:= utility that provides fast incremental file transfer
PKG_SECTION:= net