citadel/meta-citadel/recipes-desktop/dash-to-panel/dash-to-panel_17.bb

23 lines
438 B
BlitzBasic
Raw Normal View History

2018-02-18 13:00:35 -05:00
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
2018-03-24 15:09:06 -04:00
SRC_URI = "git://github.com/jderose9/dash-to-panel.git;protocol=https"
2019-01-15 12:35:56 -05:00
SRCREV="035239ae692b616271bafa86172e2a6e55393974"
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}'
}