Make pycap's versioned deps function, and make alsa-lib inherit pkgconfig.
authorChris Larson <clarson@kergoth.com>
Mon, 26 Jan 2004 22:28:35 +0000 (22:28 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 26 Jan 2004 22:28:35 +0000 (22:28 +0000)
BKrev: 40159493M0FgpblePZDXXe9J9QOALA

alsa-lib/alsa-lib_0.9.8.oe
python/pycap_0.1.6.oe

index 70d4446..f5db8e0 100644 (file)
@@ -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}/
 }
index e69de29..4d4a251 100644 (file)
@@ -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