diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-15 23:30:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-15 23:30:43 +0000 |
commit | 9f1c2dcf7fc3edecd25f7cb02f0712ead498147d (patch) | |
tree | d1506296a17aff9f5619ca0a4cbe558a8f56c735 /scew | |
parent | 7e86a28238eac22bfdd136eebcb0286055999b1a (diff) |
Switch to a different upstream for scew, since savannah is down.
BKrev: 400722a3F_KAyan9-CGB-RVuZZZw4w
Diffstat (limited to 'scew')
-rw-r--r-- | scew/scew_0.3.1.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scew/scew_0.3.1.oe b/scew/scew_0.3.1.oe index e69de29bb2..1198fddb2f 100644 --- a/scew/scew_0.3.1.oe +++ b/scew/scew_0.3.1.oe @@ -0,0 +1,8 @@ +DESCRIPTION = Simple C Expat Wrapper. +DEPENDS = virtual/libc expat +RDEPENDS = libc6 expat + +SRC_URI = http://www.ccd.uab.es/~aleix/scew/scew-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools pkgconfig |