TuxPaint is a free drawing program which was designed for young children.
It has an easy interface to use and fun sound effects.
Building from source
http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.10/tuxpaint-0.9.10.tar.gz/download
Edit Makefile Modify lines 14,70 & 72:
PREFIX=/resources/tuxpaint
SDL_LIBS=$(shell sdl-config --libs) -lSDL_image -lSDL_ttf $(SDL_MIXER_LIB) -lpng -lz
SDL_CFLAGS=$(shell sdl-config --cflags) -I/resources/indexes/include/SDL
Type make
Then mkdir /resources/tuxpaint & mkdir /resources/tuxpaint/bin
Type make install
Package register tuxpaint
For help,type tuxpaint --help