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

24 lines
449 B
BlitzBasic
Raw Normal View History

2018-02-18 13:00:35 -05:00
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
SRC_URI = "git://github.com/home-sweet-gnome/dash-to-panel.git;protocol=https"
SRCREV = "48a69e529614d1da456802b818e7d7f0d4d1d642"
2020-08-05 19:35:44 -04:00
2018-03-24 15:09:06 -04:00
S = "${WORKDIR}/git"
2018-02-18 13:00:35 -05:00
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}'
}