aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 13:38:28 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 14:18:19 +0000
commit7e5b033b5a19c0c4df6de3fbc0cbab8377ba4348 (patch)
tree59c22e561338f114b5675bc35b22fc0991f0723a /recipes/shr
parentd10335d1aeec5b1edf83a1b3f86841aa45888a27 (diff)
downloadopenembedded-7e5b033b5a19c0c4df6de3fbc0cbab8377ba4348.tar.gz
shr-installer: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-installer_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/shr/shr-installer_git.bb b/recipes/shr/shr-installer_git.bb
new file mode 100644
index 0000000000..1206d635d5
--- /dev/null
+++ b/recipes/shr/shr-installer_git.bb
@@ -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"
+