23 lines
509 B
Plaintext
23 lines
509 B
Plaintext
# Tanım: Pango SDL ciltlemesi
|
||
# URL: http://sdlpango.sourceforge.net/
|
||
# Paketçi: Cihan Alkan
|
||
# Gerekler: pango sdl
|
||
|
||
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
|
||
}
|