15 lines
468 B
Makefile
15 lines
468 B
Makefile
STATUS=@STATUS@
|
|
THEME=@THEME@
|
|
NAME=@NAME@
|
|
VERSION=@VERSION@
|
|
|
|
all:
|
|
# background
|
|
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/droid/DroidSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wallpaper.png
|
|
cp -al wallpaper.png graphics/backgrounds/default.png
|
|
cp -al wallpaper.png graphics/backgrounds/xdm.png
|
|
|
|
include components.mk
|
|
install: browser-qt ahttpd indexhtml
|
|
x86: boot
|