summaryrefslogtreecommitdiff
path: root/classes/gpe.oeclass
blob: f192bb5448afe7cb2b0fd0f52f0f185c75cd5dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"

inherit gettext

gpe_do_compile() {
	oe_runmake PREFIX=${prefix}
}

gpe_do_install() {
	oe_runmake PREFIX=${prefix} DESTDIR=${D} install
}

EXPORT_FUNCTIONS do_compile do_install