diff options
author | chris@(none) <chris@(none)> | 2004-07-27 13:10:11 +0000 |
---|---|---|
committer | chris@(none) <chris@(none)> | 2004-07-27 13:10:11 +0000 |
commit | 5893d95f03207d71138353004ab541198c3bb831 (patch) | |
tree | e1fb0f36d924e474c81961189595a1145c0a8796 /twin/twutils_0.2.oe | |
parent | a7a0ae7a1bac05558c3d89c32eb23de3b7cf6857 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chrislaptop.(none):/home/chris/oe/oe/packages
2004/07/27 14:08:52+01:00 (none)!chris
Fix and move twin away from non-working
BKrev: 41065433Nj-e3RwctaZeB8jkOdFkbA
Diffstat (limited to 'twin/twutils_0.2.oe')
-rw-r--r-- | twin/twutils_0.2.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/twin/twutils_0.2.oe b/twin/twutils_0.2.oe new file mode 100644 index 0000000000..d9a7b25475 --- /dev/null +++ b/twin/twutils_0.2.oe @@ -0,0 +1,10 @@ +DESCRIPTION = "Utilities for twin. Currently contains 'twkalc', a calculator derived from kcalc." +MAINTAINER = "Chris Lord <cwiiis@blueyonder.co.uk>" +DEPENDS = "twin" + +SRC_URI = "http://linuz.sns.it/~max/twin/twutils-0.2.tar.gz" + +#EXTRA_OECONF = "" + +inherit autotools + |