diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /giftcurs | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'giftcurs')
-rw-r--r-- | giftcurs/giftcurs_0.6.2.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/giftcurs/giftcurs_0.6.2.oe b/giftcurs/giftcurs_0.6.2.oe index 3db9a02000..dd758025ec 100644 --- a/giftcurs/giftcurs_0.6.2.oe +++ b/giftcurs/giftcurs_0.6.2.oe @@ -1,12 +1,12 @@ DEPENDS = "virtual/libc ncurses glib-2.0" RDEPENDS = "libc6 ncurses glib-2.0 gift" LICENSE = "GPL" -DESCRIPTION = 'giFTcurs is a cursed frontend to the giFT daemon and \ -has been described as "seriously slick". It wont work that well \ -without giFT, which you should have already.' +DESCRIPTION = "giFTcurs is a cursed frontend to the giFT daemon and \ +has been described as 'seriously slick'. It wont work that well \ +without giFT, which you should have already." -SRC_URI = http://fnord.csbnet.se/giftcurs/giFTcurs-${PV}.tar.gz \ - file://${FILESDIR}/m4.patch;patch=1 +SRC_URI = "http://fnord.csbnet.se/giftcurs/giFTcurs-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1" S = "${WORKDIR}/giFTcurs-${PV}" inherit autotools |