blob: 807662fc80d784df62fb1ba06faf59ae99f93db3 (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "base"
DESCRIPTION = "framebuffer getty."
LICENSE = "GPL"
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
|