milis/talimatname/genel/s/sdl-pango/talimat

23 lines
521 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.

# Tanım: Pango SDL ciltlemesi
# URL: http://sdlpango.sourceforge.net/
# Paketçi: Cihan Alkan
# Gerekler: pango sdl
name=sdl-pango
version=0.1.2
release=1
source=(https://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$version.tar.gz
SDL_Pango-$version-API-adds.patch
matrix_declarations.patch)
build() {
cd SDL_Pango-$version
patch -Np0 -i $SRC/SDL_Pango-$version-API-adds.patch
patch -Np1 -i $SRC/matrix_declarations.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}