# Tanım: TuxType ve TuxMath tarafından paylaşılan kod için ortak kütüphane
# URL: http://tux4kids.alioth.debian.org/
# Paketçi: Cihan Alkan
# Gerekler: sdl-image sdl-mixer sdl-net sdl-ttf sdl-pango librsvg

isim=t4k-common
_isim=t4k_common
surum=0.1.1
devir=1

kaynak=(http://downloads.sourceforge.net/project/tuxmath/$_name/$_name-$surum.tar.gz
        libpng15.patch)


derle() {
	cd $SRC/$_name-$surum
	patch -Np2 -i "$SRC/libpng15.patch"
	./configure --prefix=/usr 
	make
	make DESTDIR=$PKG install
}
