diff options
Diffstat (limited to 'meta/packages/liba52/liba52_0.7.4.bb')
| -rw-r--r-- | meta/packages/liba52/liba52_0.7.4.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/packages/liba52/liba52_0.7.4.bb b/meta/packages/liba52/liba52_0.7.4.bb deleted file mode 100644 index 884b861a91..0000000000 --- a/meta/packages/liba52/liba52_0.7.4.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | DESCRIPTION = "Library for reading some sort of media format." | ||
| 2 | HOMEPAGE = "http://liba52.sourceforge.net/" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
| 5 | file://include/a52.h;beginline=1;endline=12;md5=81152ceb3562bf20a60d1b6018175dd1" | ||
| 6 | SECTION = "libs" | ||
| 7 | PRIORITY = "optional" | ||
| 8 | PR = "r2" | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
| 12 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \ | ||
| 13 | file://buildcleanup.patch;patch=1" | ||
| 14 | S = "${WORKDIR}/a52dec-${PV}" | ||
| 15 | |||
| 16 | EXTRA_OECONF = " --enable-shared " | ||
| 17 | |||
| 18 | PACKAGES =+ "a52dec a52dec-dbg a52dec-doc" | ||
| 19 | |||
| 20 | FILES_${PN} = " ${libdir}/liba52.so.0 ${libdir}/liba52.so.0.0.0 " | ||
| 21 | FILES_${PN}-dev = " ${includedir}/a52dec/*.h ${libdir}/liba52.so ${libdir}/liba52.la ${libdir}/liba52.a " | ||
| 22 | FILES_${PN}-dbg = " ${libdir}/.debug/*" | ||
| 23 | FILES_a52dec = " ${bindir}/* " | ||
| 24 | FILES_a52dec-dbg = " ${bindir}/.debug/* " | ||
| 25 | FILES_a52dec-doc = " ${mandir}/man1/* " | ||
