aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/e17-gpe-menu-convert_0.2.bb
blob: 1b3181fb9500c5a649015873530863f1734c7704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Shell script to convert GPE .desktop files into e17 eap files and menus"
DEPENDS = "edje-utils e-wm"
RDEPENDS += "edje-utils e-wm"
LICENSE = "MIT"
SECTION = "e/apps"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
PR = "r4"

#this is a shell script
PACKAGE_ARCH = "all"

SRC_URI = "file://e17-gpe-menu-convert.sh"

do_install() {
	install -d ${D}/usr/bin/
	install -m 755 ${WORKDIR}/e17-gpe-menu-convert.sh ${D}/usr/bin/e17-gpe-menu-convert.sh
}

pkg_postinst() {
	/usr/bin/e17-gpe-menu-convert.sh
}