diff options
Diffstat (limited to 'recipes/fbgetty/fbgetty_0.1.698.bb')
-rw-r--r-- | recipes/fbgetty/fbgetty_0.1.698.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/fbgetty/fbgetty_0.1.698.bb b/recipes/fbgetty/fbgetty_0.1.698.bb new file mode 100644 index 0000000000..807662fc80 --- /dev/null +++ b/recipes/fbgetty/fbgetty_0.1.698.bb @@ -0,0 +1,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 |