milis/talimatname/genel/t/t4k-common/talimat

23 lines
533 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
2018-07-26 10:57:47 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=t4k-common
_isim=t4k_common
surum=0.1.1
devir=1
2018-07-26 10:57:47 +02:00
kaynak=(http://downloads.sourceforge.net/project/tuxmath/$_isim/$_isim-$surum.tar.gz
2018-06-09 00:06:58 +02:00
libpng15.patch)
derle() {
2018-07-26 10:57:47 +02:00
cd $SRC/$_isim-$surum
2018-06-09 00:06:58 +02:00
patch -Np2 -i "$SRC/libpng15.patch"
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}