blob: 265b8c66511068226ff35577ba61f8076aa2d6ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "EFL launcher for ace-of-penguins"
HOMEPAGE = "http://shr-project.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
DEPENDS = "python-native python-elementary"
RDEPENDS = "aceofpenguins"
SECTION = "x11/application"
PACKAGE_ARCH = "all"
PR = "r0"
inherit setuptools
SRC_URI = "http://downloads.vdm-design.de/aceofpenguins-launcher-${PV}.tar.gz"
S = "${WORKDIR}/aceofpenguins-launcher"
FILES_${PN} += "${prefix}/share/pixmaps"
FILES_${PN} += "${prefix}/share/applications"
|