blob: 7850095f3ba6c71b06c87d0df47401ffe43ba17d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "GPL"
inherit gpe
DEPENDS = "gtk+ libgpewidget gpe-icons"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
DESCRIPTION = "This is a small GTK based multi-tab text editor."
AUTHOR = "Vladimir Martinek <vm@sykora.cz>"
SRC_URI="http://194.213.43.198/${PN}/${P}.tar.gz"
do_install () {
oe_runmake install-program DESTDIR=${D} PREFIX=${prefix}
}
|