aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb
blob: 2e96d81475fbf7eb1a94348407e8af19920c4b83 (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 = "r1"

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"