summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alsa-lib/alsa-lib_0.9.8.oe4
-rw-r--r--python/pycap_0.1.6.oe10
2 files changed, 11 insertions, 3 deletions
diff --git a/alsa-lib/alsa-lib_0.9.8.oe b/alsa-lib/alsa-lib_0.9.8.oe
index 70d44463e8..f5db8e060e 100644
--- a/alsa-lib/alsa-lib_0.9.8.oe
+++ b/alsa-lib/alsa-lib_0.9.8.oe
@@ -6,7 +6,7 @@ FILES_alsa-lib_append=" ${datadir}/alsa"
SRC_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2"
-inherit autotools libtool
+inherit autotools libtool pkgconfig
EXTRA_OECONF="--with-cards=pdaudiocf --with-oss=yes"
@@ -17,6 +17,4 @@ do_stage () {
install -d ${STAGING_DIR}/target/include/alsa/sound
install -m 0644 include/*.h ${STAGING_DIR}/target/include/alsa/
install -m 0644 include/sound/ainstr*.h ${STAGING_DIR}/target/include/alsa/sound/
- install -d ${PKG_CONFIG_DIR}
- install -m 0644 utils/alsa.pc ${PKG_CONFIG_DIR}/
}
diff --git a/python/pycap_0.1.6.oe b/python/pycap_0.1.6.oe
index e69de29bb2..4d4a251555 100644
--- a/python/pycap_0.1.6.oe
+++ b/python/pycap_0.1.6.oe
@@ -0,0 +1,10 @@
+DESCRIPTION=Python Packet Capture Library
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS=libc6 python-core libnet (1.1.1) libpcap (0.7.2)
+DEPENDS=virtual/libc libpcap-0.7.2 libnet-1.1.1
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz
+
+inherit distutils