diff options
-rw-r--r-- | sdl_pango/.footprint | 11 | ||||
-rw-r--r-- | sdl_pango/.md5sum | 2 | ||||
-rw-r--r-- | sdl_pango/Pkgfile | 20 |
3 files changed, 33 insertions, 0 deletions
diff --git a/sdl_pango/.footprint b/sdl_pango/.footprint new file mode 100644 index 000000000..2cba5ad65 --- /dev/null +++ b/sdl_pango/.footprint @@ -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 diff --git a/sdl_pango/.md5sum b/sdl_pango/.md5sum new file mode 100644 index 000000000..7c8dbf63f --- /dev/null +++ b/sdl_pango/.md5sum @@ -0,0 +1,2 @@ +5decf3d7eb724e27548af3142131a2f6 SDL_Pango-0.1.2-API-adds.patch +85bbf9bb7b1cee0538154dadd045418c SDL_Pango-0.1.2.tar.gz diff --git a/sdl_pango/Pkgfile b/sdl_pango/Pkgfile new file mode 100644 index 000000000..0ceb5d508 --- /dev/null +++ b/sdl_pango/Pkgfile @@ -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 +} + |