milis/talimatname/genel/t/tuxmath/talimat

32 lines
870 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Çocukların matematik gerçeklerini uygulamalarına yardımcı olan bir arcade oyunu
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: t4k-common
2017-06-27 20:05:43 +02:00
2017-10-28 14:10:23 +02:00
isim=tuxmath
surum=2.0.3
devir=1
2017-06-27 20:05:43 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://distro.ibiblio.org/slitaz/sources/packages/t/tuxmath_w_fonts-2.0.3.tar.gz
2017-06-27 20:05:43 +02:00
tuxmath.desktop)
2017-10-27 23:59:41 +02:00
derle() {
2017-06-27 20:05:43 +02:00
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 \
2017-10-28 14:10:23 +02:00
$PKG/usr/share/licenses/$isim/OFL
2017-06-27 20:05:43 +02:00
install -D -m644 doc/README_DATA_LICENSES \
2017-10-28 14:10:23 +02:00
$PKG/usr/share/licenses/$isim/DATA_LICENSES
2017-06-27 20:05:43 +02:00
}