blob: 6b3233c6154f39ee62ffa774a12bffebba7a3a3f (
plain)
1
2
3
4
5
6
7
|
DESCRIPTION = "framebuffer getty."
SRC_URI = "http://ftp3.ie.freebsd.org/pub/gentoo/distfiles/fbgetty-${PV}.tar.gz \
file://compile.patch;patch=1"
B = "${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS}"
inherit autotools
|