2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Pango SDL ciltlemesi
|
|
|
|
|
# URL: http://sdlpango.sourceforge.net/
|
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: pango sdl
|
2018-07-30 08:17:33 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=sdl-pango
|
|
|
|
|
surum=0.1.2
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(https://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$surum.tar.gz
|
|
|
|
|
SDL_Pango-$surum-API-adds.patch
|
|
|
|
|
matrix_declarations.patch)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd SDL_Pango-$surum
|
|
|
|
|
patch -Np0 -i $SRC/SDL_Pango-$surum-API-adds.patch
|
|
|
|
|
patch -Np1 -i $SRC/matrix_declarations.patch
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|