1
0
forked from brl/citadel
citadel/meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_19.bb

23 lines
438 B
BlitzBasic

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
SRC_URI = "git://github.com/jderose9/dash-to-panel.git;protocol=https"
SRCREV="5558eeae574e9ae7b6bf2e1b9f4aacd97f944054"
S = "${WORKDIR}/git"
DEPENDS = "gettext-native glib-2.0-native"
FILES_${PN} = "${datadir}/gnome-shell/extensions"
do_configure () {
:
}
do_compile () {
oe_runmake
}
do_install () {
oe_runmake install 'DESTDIR=${D}'
}