blob: 58ea5406bb4d5d3276afe9f8c6f352055b4ed0df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SECTION="libs"
PRIORITY="optional"
MAINTAINER=""
RDEPENDS="libc6"
SECTION="libs"
DEPENDS=virtual/libc
SRC_URI = "ftp://ftp.debian.org/debian/pool/main/libo/libogg/${PN}_${PV}.orig.tar.gz"
SRC_URI_append = " file://${FILESDIR}/libogg-configure.patch;patch=1"
S=${WORKDIR}/${P}
inherit autotools libtool
|