|
Lines 12-26
Link Here
|
| 12 |
|
12 |
|
| 13 |
S="${WORKDIR}/${PF}" |
13 |
S="${WORKDIR}/${PF}" |
| 14 |
|
14 |
|
| 15 |
DEPEND=">=media-libs/freetype-2 |
15 |
RDEPEND=">=media-libs/freetype-2 |
| 16 |
media-libs/libmng" |
16 |
media-libs/libmng" |
|
|
17 |
DEPEND="${RDEPEND} |
| 18 |
sys-apps/sed" |
| 17 |
|
19 |
|
|
|
20 |
src_unpack() { |
| 21 |
unpack ${A} |
| 22 |
cd ${S}/utils/fbmngplay |
| 23 |
cp Makefile Makefile.orig |
| 24 |
sed 's:$(LIBDIR)/libmng-mini.a:$(LIBDIR)/libmng.a $(LIBDIR)/libjpeg.a:' \ |
| 25 |
< Makefile.orig > Makefile |
| 26 |
} |
| 27 |
|
| 18 |
src_compile() { |
28 |
src_compile() { |
| 19 |
# compile utils |
29 |
# compile utils |
| 20 |
# the util builds but the rc scripts have not been modified |
30 |
# the util builds but the rc scripts have not been modified |
| 21 |
# animated boot up require patches to the baselayout package |
31 |
# animated boot up require patches to the baselayout package |
| 22 |
cd ${S}/utils/fbmngplay |
32 |
cd ${S}/utils/fbmngplay |
| 23 |
emake fbmngplay || die |
33 |
emake fbmngplay.static || die |
| 24 |
|
34 |
|
| 25 |
cd ${S}/utils/fbtruetype |
35 |
cd ${S}/utils/fbtruetype |
| 26 |
emake || die |
36 |
emake || die |
|
Lines 32-38
Link Here
|
| 32 |
src_install() { |
42 |
src_install() { |
| 33 |
# Splash utilities |
43 |
# Splash utilities |
| 34 |
exeinto /sbin |
44 |
exeinto /sbin |
| 35 |
doexe ${S}/utils/fbmngplay/fbmngplay |
45 |
newexe ${S}/utils/fbmngplay/fbmngplay.static fbmngplay |
| 36 |
doexe ${S}/utils/fbtruetype/fbtruetype |
46 |
doexe ${S}/utils/fbtruetype/fbtruetype |
| 37 |
doexe ${S}/utils/fbtruetype/fbtruetype.static |
47 |
doexe ${S}/utils/fbtruetype/fbtruetype.static |
| 38 |
newexe ${S}/utils/splashutils/splash splash.bin |
48 |
newexe ${S}/utils/splashutils/splash splash.bin |