summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb')
-rw-r--r--recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb b/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb
new file mode 100644
index 0000000..8606b79
--- /dev/null
+++ b/recipes-lxde/lxlauncher/lxlauncher_0.2.4.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "LXDE Launcher"
+HOMEPAGE = "http://lxde.org/"
+SECTION = "x11"
+PR = "r1"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "menu-cache gtk+ intltool-native"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "8a21590c085ad82f4f50e4affb7ad0ab"
+SRC_URI[sha256sum] = "01b7408a6d6f42769e94a54028f56dc8e724c2271d6bc01712b728569c1b9103"
+
+FILES_${PN} += "${datadir}/desktop-directories/* "
+
+inherit autotools-brokensep gettext pkgconfig
+