2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: TuxType ve TuxMath tarafından paylaşılan kod için ortak kütüphane
|
2017-06-27 20:05:43 +02:00
|
|
|
|
# URL: http://tux4kids.alioth.debian.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: sdl-image sdl-mixer sdl-net sdl-ttf sdl-pango librsvg
|
2017-06-27 20:05:43 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=t4k-common
|
|
|
|
|
_isim=t4k_common
|
|
|
|
|
surum=0.1.1
|
|
|
|
|
devir=1
|
2017-06-27 20:05:43 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://downloads.sourceforge.net/project/tuxmath/$_name/$_name-$surum.tar.gz
|
2017-06-27 20:05:43 +02:00
|
|
|
|
libpng15.patch)
|
|
|
|
|
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $SRC/$_name-$surum
|
2017-06-27 20:05:43 +02:00
|
|
|
|
patch -Np2 -i "$SRC/libpng15.patch"
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|