DESCRIPTION = "PyIW is a simple Python extension module written in C \ that interfaces with libiw and provides a very 'pythonic' API to programmers." HOMEPAGE = "http://www.emperorlinux.com/etc/contrib/?page=pyiw" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "wireless-tools" RDEPENDS = "python-core libiw" PR = "ml0" SRC_URI = "http://downloads.emperorlinux.com/contrib/pyiw/pyiw-${PV}.tbz2 \ file://Makefile" S="${WORKDIR}/pyiw-${PV}" do_unpack_real () { tar jxvf pyiw-${PV}.tbz2 cp Makefile pyiw-${PV}/ } do_unpack_real[dirs] = "${WORKDIR}" addtask unpack_real before do_patch after do_unpack inherit autotools pkgconfig distutils-base CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR}" do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ install -m 0755 pyiw.so ${D}${libdir}/${PYTHON_DIR}/site-packages/pyiw.so } FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/pyiw.so" openembedded.dev'>org.openembedded.dev Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/btxml
AgeCommit message (Expand)AuthorFiles
2007-03-23btxml: clean up bb file (reorder fields). no semantic change, no PR bump.Rolf Leggewie1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1