blob: b401172590a398f6cf47f1ca5a979e9033d9d673 (
plain)
1
2
3
4
5
6
7
8
|
DEPENDS = virtual/libc
RDEPENDS = libc6
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
|