blob: 3e01b62d1faf9ed8eebcb81ece780d1a1e94d2be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION = "EFL launcher for ace-of-penguins"
HOMEPAGE = "http://shr-project.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
DEPENDS = "python-native python-elementary"
RDEPENDS_${PN} = "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"
SRC_URI[md5sum] = "40f19a26cbfa35de8346efe582b5d984"
SRC_URI[sha256sum] = "ea09581b3a31e3409968876461da3e384dcb0000abbb0060ae14e4fccb4994e1"
|