summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-02-17 13:17:43 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2007-02-17 13:17:43 +1100
commitcda6514e87fbae54057a4ba65efc77a2688dcebe (patch)
treeb5fadd16b12ee51baf96a225cde1a3b079e0c158
parent79547e5c9588ffae2bd105a33fa747c9116d5f0a (diff)
downloadcontrib-cda6514e87fbae54057a4ba65efc77a2688dcebe.tar.gz
contrib-cda6514e87fbae54057a4ba65efc77a2688dcebe.tar.xz
sdl_pango: moved from my repo
-rw-r--r--sdl_pango/.footprint11
-rw-r--r--sdl_pango/.md5sum2
-rw-r--r--sdl_pango/Pkgfile20
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
+}
+

Generated by cgit