blob: 2b6075b787a2cc7c707e67e3d6dd8aa6a834689c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "A computer version of the well-known electronic game named Simon"
HOMEPAGE = "http://code.google.com/p/neomis/"
LICENSE = "GPLv3"
AUTHOR = "Valéry Febvre <vfebvre@easter-eggs.com>"
SECTION = "x11/applications"
PRIORITY = "optional"
DEPENDS = "python-native"
PV = "1.1.0+svnr${SRCPV}"
S = "${WORKDIR}/trunk"
PACKAGE_ARCH = "all"
SRC_URI = "svn://neomis.googlecode.com/svn;module=trunk;proto=http"
inherit distutils
FILES_${PN} += "${datadir}/neomis ${datadir}/applications/neomis.desktop ${datadir}/pixmaps"
RDEPENDS += "python-audio python-pyalsaaudio python-elementary"
|