summaryrefslogtreecommitdiff
path: root/python/python-ao_0.82.oe
blob: e1ca1e04e496b3932c6ddb9867e511b4c9e4f984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Python AO Bindings"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 libao"
DEPENDS = "virtual/libc libao"
SRCNAME = "pyao"

SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

do_configure_prepend() {
	touch Setup
	echo "ao_libs = ao" >>Setup
	echo "ao_lib_dir = ${STAGING_LIBDIR}" >>Setup
	echo "ao_include_dir = ${STAGING_INCDIR}" >>Setup
}


0'>2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe10 2008-10-09sysvinit: add poweroff to update-alternativesKoen Kooi1 2008-06-10lots of recipes: bump PR to get postinsts backKoen Kooi1 2008-03-20sysvinit: bump PR for beagleboard serial console changeKoen Kooi1 2008-03-19sysvinit: add missing !Koen Kooi1 2008-03-19sysvinit: prepend shebang to shell scripts and fix formatting of thoseKoen Kooi1 2007-09-24sysvinit 2.86: ENABLE_ROOTFS_FSCK is referenced by checkroot.sh, so add it here.Paul Sokolovsky2 2007-08-04sysvinit|tslib: remove openmoko specifics (we now use angstrom as per OVERRIDE)Michael Lauer3 2007-08-04sysvinit: add openmoko specificsMichael Lauer4 2007-06-24sysvinit: fix build for those passing DISTRO via environmentMichael Krelin1 2007-04-05sysvinit/inittab: if your machine ships the *exact* *same* inittab as sysvini...Koen Kooi2 2007-03-30sysvinit: merge psplash reboot handling from pokyKoen Kooi2 2007-03-19Initial commit for a number of oplinux and oplinux-uclibc specific configs fo...Stelios Koroneos5 2007-02-22dropbear, sysvinit, linux-nokia770: fix bashisms (from Poky)Marcin Juszkiewicz1 2007-02-07sysvinit: bump PR for divide by zero fix in /etc/init.d/rcCliff Brake1 2007-02-07sysvinit: fix divide by 0 error on shutdown in /etc/init.d/rcCliff Brake1 2006-11-14sysvinit: attempt to fix #1582Koen Kooi2 2006-11-11sysvinit: fix divide by zero at reboot for angstrom Koen Kooi2 2006-10-10angstrom: add psplash to imagesKoen Kooi4 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1 2006-09-18sysvinit: use "ln -sf" for creating start links to avoid errors when re-build...Martin Dietze1 2006-08-11sysvinit 2.86: Update for keeping the debug information in the correct packageJamie Lenehan1 2006-08-11sysvinit 2.86: Exclude the spurious .debug information that was beingJamie Lenehan1 2006-08-10sysvinit: Fix inittab for Universal.Florian Boor2 2006-06-19sysvinit: Add inittab for HTC Universal by goxboxlive (slightly modified).Florian Boor3 2006-05-03sysvinit_2.86.bb: Bump PRMatthias Hentges1 2006-05-03rcS-default: Add VOLATILE_ENABLE_CACHE=yes to /etc/default/rcSMatthias Hentges1 2006-04-28sysvinit: use upstream 2.86 release instead of patching 2.85 locallyMarcin Juszkiewicz2 2006-04-23sysvinit: Add support for more than one enabled getty in inittab through sett...Matthias Hentges1