milis/talimatname/genel/t4k-common/talimat

22 lines
528 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: TuxType ve TuxMath tarafından paylaşılan kod için ortak kütüphane
# URL: http://tux4kids.alioth.debian.org/
# Packager: Cihan Alkan
# Depends on: sdl-image sdl-mixer sdl-net sdl-ttf sdl-pango librsvg
name=t4k-common
_name=t4k_common
version=0.1.1
release=1
source=(http://downloads.sourceforge.net/project/tuxmath/$_name/$_name-$version.tar.gz
libpng15.patch)
build() {
cd $SRC/$_name-$version
patch -Np2 -i "$SRC/libpng15.patch"
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}