blob: 211801debf912ddb8aeaf4dc5aa730a93cbea09f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Python keyring"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python python-pygtk python-xml python-netclient python-numeric pydes"
ARCH_pyring = "all"
SRC_URI = "http://handheldshell.com/software/pyring_${PV}.tgz "
inherit distutils
S = ${WORKDIR}/pyring-${PV}
do_configure_prepend() {
cp ${S}/setup_freerunner.py ${S}/setup.py
exit 0
}
FILES_${PN} += "${datadir}"
|