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