blob: 3db9a0200041f1c1cd5246ad6981519bb8bea995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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.'
SRC_URI = http://fnord.csbnet.se/giftcurs/giFTcurs-${PV}.tar.gz \
file://${FILESDIR}/m4.patch;patch=1
S = "${WORKDIR}/giFTcurs-${PV}"
inherit autotools
|