diff options
Diffstat (limited to 'nonworking/opensp/opensp_1.5.oe')
-rw-r--r-- | nonworking/opensp/opensp_1.5.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nonworking/opensp/opensp_1.5.oe b/nonworking/opensp/opensp_1.5.oe index e69de29bb2..5b903395d0 100644 --- a/nonworking/opensp/opensp_1.5.oe +++ b/nonworking/opensp/opensp_1.5.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1 +S = ${WORKDIR}/OpenSP-${PV} + +inherit autotools libtool |