Added new version of rsync (updated upstream).
authorRod Whitby <rod@whitby.id.au>
Wed, 27 Jul 2005 09:29:31 +0000 (09:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 27 Jul 2005 09:29:31 +0000 (09:29 +0000)
packages/rsync/rsync_2.6.6.bb [new file with mode: 0644]

diff --git a/packages/rsync/rsync_2.6.6.bb b/packages/rsync/rsync_2.6.6.bb
new file mode 100644 (file)
index 0000000..064e924
--- /dev/null
@@ -0,0 +1,11 @@
+LICENSE = "GPL"
+DESCRIPTION = "A file-synchronization tool"
+SECTION = "console/network"
+PRIORITY = "optional"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OEMAKE='STRIP=""'