summaryrefslogtreecommitdiff
path: root/packages/rsync/rsync_2.6.7.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-20 09:39:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-20 09:39:17 +0000
commit86629673742ddb672f54f224a85d668aee7955c7 (patch)
treee68ce7a0ac3f8f5128a392e5f8871701f665f38e /packages/rsync/rsync_2.6.7.bb
parent969cbaecfd63d9c57842b91f18585d4bbcabf401 (diff)
parent3edbcedcf193ba5058fd0bbb1c82c8dfeb79813c (diff)
merge of 0cd761de98072480e6e68e383c48e38bedd2f557
and 52ebc3713b5433a8127e7b025d8d2f4f085214e8
Diffstat (limited to 'packages/rsync/rsync_2.6.7.bb')
-rw-r--r--packages/rsync/rsync_2.6.7.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/rsync/rsync_2.6.7.bb b/packages/rsync/rsync_2.6.7.bb
new file mode 100644
index 0000000000..064e924789
--- /dev/null
+++ b/packages/rsync/rsync_2.6.7.bb
@@ -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=""'