diff options
Diffstat (limited to 'beepmp/beepmp_0.9.7rc2.oe')
-rw-r--r-- | beepmp/beepmp_0.9.7rc2.oe | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/beepmp/beepmp_0.9.7rc2.oe b/beepmp/beepmp_0.9.7rc2.oe deleted file mode 100644 index 28cb13bc1f..0000000000 --- a/beepmp/beepmp_0.9.7rc2.oe +++ /dev/null @@ -1,26 +0,0 @@ -# beepmp OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -DESCRIPTION = "A GTK2 based media player that looks alot like XMMS" -SECTION = "x11/multimedia" -HOMEPAGE = "http://beepmp.sourceforge.net" -LICENSE = "GPL" - -SRC_URI = "${SOURCEFORGE_MIRROR}/beepmp/bmp-${PV}.tar.gz \ - file://bugfix.patch;patch=1" - -inherit autotools pkgconfig - -DEPENDS = "gtk+ libglade libogg libvorbis" -S = "${WORKDIR}/bmp-0.9.7" - -FILES_${PN} += " ${libdir}/bmp/Output/*.so ${libdir}/bmp/Input/*.so \ - ${libdir}/bmp/Visualization/*.so ${datadir}/bmp" - -EXTRA_OECONF = "--disable-esd --disable-alsa --enable-simd" - -do_configure() { - rm -rf m4/libtool.m4 - autotools_do_configure -} |