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

23 lines
446 B
BlitzBasic

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
SRC_URI = "git://github.com/home-sweet-gnome/dash-to-panel.git;protocol=https"
SRCREV="50edcc7e86493017a9f34142ce7ce62f89a4547a"
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}'
}