All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added rsnapshot
@ 2009-01-28  8:21 Hans Henry von Tresckow
  2009-01-28  8:28 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Henry von Tresckow @ 2009-01-28  8:21 UTC (permalink / raw)
  To: oe-devel

[-- Attachment #1: Type: text/plain, Size: 1899 bytes --]

From 6d8f2311c513392996aef7bf61114977c859412b Mon Sep 17 00:00:00 2001
From: Henry von Tresckow <hvontres@gmail.com>
Date: Wed, 28 Jan 2009 00:19:45 -0800
Subject: [PATCH] Added rsnapshot

---
 conf/checksums.ini                    |    4 ++++
 packages/rsnapshot/rsnapshot_1.3.1.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 packages/rsnapshot/rsnapshot_1.3.1.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e3a8253..9d412a2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -18570,6 +18570,10 @@
sha256=27ffe0392ae193eb04786a2159c099a00fe38ccdaebcebd72afc842c528bb6d3
 md5=4e855372c4a533b9ed605503156e6e04
 sha256=3dbd653b27fc855bf86dfe0ac06ed9bf59c8b85c9bcb4b5488528b30c59970f4

+[http://downloads.sourceforge.net/rsnapshot/rsnapshot-1.3.1.tar.gz]
+md5=588f92995dcf60a6ea6df8d94a017e7e
+sha256=94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
+
 [http://www.claws-mail.org/downloads/plugins/rssyl-0.10.tar.gz]
 md5=01a123319f2a32ecff7e560b95c2e4df
 sha256=d6bfdee4fd31c0e0089c6edab594eefaa5b7b95f0b783f1156dffadf1a90d820
diff --git a/packages/rsnapshot/rsnapshot_1.3.1.bb
b/packages/rsnapshot/rsnapshot_1.3.1.bb
new file mode 100644
index 0000000..2ea32c7
--- /dev/null
+++ b/packages/rsnapshot/rsnapshot_1.3.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Rsnapshot Backup System"
+HOMEPAGE = "http://www.rsnapshot.org/"
+LICENSE = "GPLv2"
+SECTION = "console/networking"
+PR = "r0"
+
+RDEPENDS += " perl rsync logrotate"
+RRECOMENTS += " ssh"
+
+#SRC_URI= "http://www.rsnapshot.org/downloads/rsnapshot-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/rsnapshot/rsnapshot-${PV}.tar.gz"
+
+inherit autotools
+
+
-- 
1.5.4.3



-- 
Henry von Tresckow (hvontres)
Bill Cosby  - "A word to the wise ain't necessary - it's the stupid
ones that need the advice."

[-- Attachment #2: 0001-Added-rsnapshot.patch --]
[-- Type: text/x-diff, Size: 1710 bytes --]

From 6d8f2311c513392996aef7bf61114977c859412b Mon Sep 17 00:00:00 2001
From: Henry von Tresckow <hvontres@gmail.com>
Date: Wed, 28 Jan 2009 00:19:45 -0800
Subject: [PATCH] Added rsnapshot

---
 conf/checksums.ini                    |    4 ++++
 packages/rsnapshot/rsnapshot_1.3.1.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 packages/rsnapshot/rsnapshot_1.3.1.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e3a8253..9d412a2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -18570,6 +18570,10 @@ sha256=27ffe0392ae193eb04786a2159c099a00fe38ccdaebcebd72afc842c528bb6d3
 md5=4e855372c4a533b9ed605503156e6e04
 sha256=3dbd653b27fc855bf86dfe0ac06ed9bf59c8b85c9bcb4b5488528b30c59970f4
 
+[http://downloads.sourceforge.net/rsnapshot/rsnapshot-1.3.1.tar.gz]
+md5=588f92995dcf60a6ea6df8d94a017e7e
+sha256=94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
+
 [http://www.claws-mail.org/downloads/plugins/rssyl-0.10.tar.gz]
 md5=01a123319f2a32ecff7e560b95c2e4df
 sha256=d6bfdee4fd31c0e0089c6edab594eefaa5b7b95f0b783f1156dffadf1a90d820
diff --git a/packages/rsnapshot/rsnapshot_1.3.1.bb b/packages/rsnapshot/rsnapshot_1.3.1.bb
new file mode 100644
index 0000000..2ea32c7
--- /dev/null
+++ b/packages/rsnapshot/rsnapshot_1.3.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Rsnapshot Backup System"
+HOMEPAGE = "http://www.rsnapshot.org/"
+LICENSE = "GPLv2"
+SECTION = "console/networking"
+PR = "r0"
+
+RDEPENDS += " perl rsync logrotate"
+RRECOMENTS += " ssh"
+
+#SRC_URI= "http://www.rsnapshot.org/downloads/rsnapshot-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/rsnapshot/rsnapshot-${PV}.tar.gz"
+
+inherit autotools
+
+
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-28  9:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  8:21 [PATCH] Added rsnapshot Hans Henry von Tresckow
2009-01-28  8:28 ` Koen Kooi
2009-01-28  8:56   ` Hans Henry von Tresckow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.