blob: 2dfba07fc758f0258b2b01c95f37887ab1532187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "matchbox-keyboard layouts control application"
AUTHOR = "Sergey Lapin"
SECTION = "x11"
LICENSE = "GPL"
DEPENDS = "gtk+"
PR = "r3"
PV = "0.0+git${SRCDATE}"
SRC_URI = "git://ossfans.org/home/slapin/git/mk-layouts-gui.git;protocol=git"
S = "${WORKDIR}/git"
inherit autotools
|