shr-installer: Add recipe (from SHR)
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 22 Sep 2009 13:38:28 +0000 (13:38 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 22 Sep 2009 14:18:19 +0000 (14:18 +0000)
recipes/shr/shr-installer_git.bb [new file with mode: 0644]

diff --git a/recipes/shr/shr-installer_git.bb b/recipes/shr/shr-installer_git.bb
new file mode 100644 (file)
index 0000000..1206d63
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "EFL frontend for packagekit"
+HOMEPAGE = "http://shr-project.org"
+SHR_RELEASE ?= "shr"
+LICENSE ?= "GPL"
+RDEPENDS = "python-elementary python-dbus python-core python-edbus packagekit"
+SECTION = "x11/application"
+
+PV = "0.0.1-gitr${SRCREV}"
+PR = "r0"
+
+inherit setuptools
+
+SRC_URI = "git://git.shr-project.org/repo/shr-installer.git;protocol=http"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${prefix}/share/pixmaps"
+FILES_${PN} += "${prefix}/share/applications"
+