Files
poky/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
Richard Purdie ae628e5649 Add missing matchbox packages
git-svn-id: https://svn.o-hand.com/repos/poky@48 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-09-28 17:22:42 +00:00

19 lines
614 B
BlitzBasic

DESCRIPTION = "Simple dockapps created with monolaunch and shell script"
DEPENDS = "matchbox xmodmap"
SRC_URI = "file://xrandr-panelapp.sh \
file://xrandr-panelapp.desktop \
file://xrandr.png"
SECTION = "x11/wm"
PRIORITY = "optional"
PR = "r4"
LICENSE = "MIT"
do_install() {
install -d ${D}${bindir}
install -d ${D}${datadir}/applications
install -d ${D}${datadir}/pixmaps
install -m 0755 ${WORKDIR}/xrandr-panelapp.sh ${D}${bindir}/
install -m 0644 ${WORKDIR}/xrandr-panelapp.desktop ${D}${datadir}/applications/
install -m 0644 ${WORKDIR}/xrandr.png ${D}${datadir}/pixmaps/
}