diff options
Diffstat (limited to 'recipes/giftcurs/giftcurs_0.6.2.bb')
-rw-r--r-- | recipes/giftcurs/giftcurs_0.6.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/giftcurs/giftcurs_0.6.2.bb b/recipes/giftcurs/giftcurs_0.6.2.bb new file mode 100644 index 0000000000..eedfdd410f --- /dev/null +++ b/recipes/giftcurs/giftcurs_0.6.2.bb @@ -0,0 +1,13 @@ +SECTION = "console/network" +DEPENDS = "ncurses glib-2.0" +RDEPENDS = "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." + +SRC_URI = "http://fnord.csbnet.se/giftcurs/giFTcurs-${PV}.tar.gz \ + file://m4.patch;patch=1" +S = "${WORKDIR}/giFTcurs-${PV}" + +inherit autotools |