forked from ports/contrib
sdl_pango: moved from my repo
This commit is contained in:
parent
79547e5c95
commit
cda6514e87
11
sdl_pango/.footprint
Normal file
11
sdl_pango/.footprint
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/SDL_Pango.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/libSDL_Pango.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libSDL_Pango.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libSDL_Pango.so -> libSDL_Pango.so.1.1.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libSDL_Pango.so.1 -> libSDL_Pango.so.1.1.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libSDL_Pango.so.1.1.0
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/SDL_Pango.pc
|
2
sdl_pango/.md5sum
Normal file
2
sdl_pango/.md5sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
5decf3d7eb724e27548af3142131a2f6 SDL_Pango-0.1.2-API-adds.patch
|
||||||
|
85bbf9bb7b1cee0538154dadd045418c SDL_Pango-0.1.2.tar.gz
|
20
sdl_pango/Pkgfile
Normal file
20
sdl_pango/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Description: Glue between perl and SDL.
|
||||||
|
# URL: http://sdlpango.sourceforge.net/
|
||||||
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||||
|
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||||
|
# Depends on: pango, libsdl
|
||||||
|
|
||||||
|
name=sdl_pango
|
||||||
|
version=0.1.2
|
||||||
|
release=1
|
||||||
|
source=(http://dl.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$version.tar.gz \
|
||||||
|
http://zarb.org/~gc/t/SDL_Pango-$version-API-adds.patch)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd SDL_Pango-$version
|
||||||
|
patch -p0 -i $SRC/SDL_Pango-$version-API-adds.patch
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user