2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Çocukların matematik gerçeklerini uygulamalarına yardımcı olan bir arcade oyunu
|
|
|
|
|
# URL: http://tux4kids.alioth.debian.org/
|
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: t4k-common
|
2018-07-26 12:54:52 +02:00
|
|
|
|
# Grup: oyun
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=tuxmath
|
|
|
|
|
surum=2.0.3
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://distro.ibiblio.org/slitaz/sources/packages/t/tuxmath_w_fonts-2.0.3.tar.gz
|
|
|
|
|
tuxmath.desktop)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd tuxmath_w_fonts-2.0.3
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
# install .desktop dosyası ve simge
|
|
|
|
|
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
|
|
|
|
install -D $SRC/tuxmath.desktop $PKG/usr/share/applications/tuxmath.desktop
|
|
|
|
|
install -D -m644 data/images/icons/icon.png $PKG/usr/share/pixmaps/tuxmath.png
|
|
|
|
|
|
|
|
|
|
# install lisans
|
|
|
|
|
install -D -m644 doc/OFL \
|
|
|
|
|
$PKG/usr/share/licenses/$isim/OFL
|
|
|
|
|
install -D -m644 doc/README_DATA_LICENSES \
|
|
|
|
|
$PKG/usr/share/licenses/$isim/DATA_LICENSES
|
|
|
|
|
}
|