blob: e6844de81fa14bdb458b1a16bc8a25791ce5cbff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "A Pure Python CORBA 2.0 Package"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "FNORB"
SRCNAME = "Fnorb"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
do_install_append() {
mv -f ${D}/usr/share/share/* ${D}/usr/share/
rm -rf ${D}/usr/share/share/
}
|