blob: 8c589397374be7f8db2f5155c798a7cd8ba5b3d9 (
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
|