talimat 533 B

1234567891011121314151617181920212223
  1. # Tanım: TuxType ve TuxMath tarafından paylaşılan kod için ortak kütüphane
  2. # URL: http://tux4kids.alioth.debian.org/
  3. # Paketçi: Cihan Alkan
  4. # Gerekler: sdl-image sdl-mixer sdl-net sdl-ttf sdl-pango librsvg
  5. # Grup: kütüphane
  6. isim=t4k-common
  7. _isim=t4k_common
  8. surum=0.1.1
  9. devir=1
  10. kaynak=(http://downloads.sourceforge.net/project/tuxmath/$_isim/$_isim-$surum.tar.gz
  11. libpng15.patch)
  12. derle() {
  13. cd $SRC/$_isim-$surum
  14. patch -Np2 -i "$SRC/libpng15.patch"
  15. ./configure --prefix=/usr
  16. make
  17. make DESTDIR=$PKG install
  18. }