blob: 6b7bd84b593d0eca7e925eeb53e5d24d630ea6a7 (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "unknown"
DESCRIPTION = "Simple C Expat Wrapper."
DEPENDS = "expat"
LICENSE = "LGPL"
SRC_URI = "http://www.ccd.uab.es/~aleix/scew/scew-${PV}.tar.gz \
file://m4.patch;patch=1"
inherit autotools pkgconfig
|