From 89aabafaf6e46065b6e0a5ed887fd29c5cb35bb0 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 11 Feb 2008 21:45:43 +1100 Subject: [PATCH] sdl_gfx: picked up port from opt --- sdl_gfx/.footprint | 14 ++++++++++++++ sdl_gfx/.md5sum | 1 + sdl_gfx/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 sdl_gfx/.footprint create mode 100644 sdl_gfx/.md5sum create mode 100644 sdl_gfx/Pkgfile diff --git a/sdl_gfx/.footprint b/sdl_gfx/.footprint new file mode 100644 index 000000000..23c6e50db --- /dev/null +++ b/sdl_gfx/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/SDL/ +-rw-r--r-- root/root usr/include/SDL/SDL_framerate.h +-rw-r--r-- root/root usr/include/SDL/SDL_gfxPrimitives.h +-rw-r--r-- root/root usr/include/SDL/SDL_gfxPrimitives_font.h +-rw-r--r-- root/root usr/include/SDL/SDL_imageFilter.h +-rw-r--r-- root/root usr/include/SDL/SDL_rotozoom.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libSDL_gfx.a +-rwxr-xr-x root/root usr/lib/libSDL_gfx.la +lrwxrwxrwx root/root usr/lib/libSDL_gfx.so -> libSDL_gfx.so.13.0.0 +lrwxrwxrwx root/root usr/lib/libSDL_gfx.so.13 -> libSDL_gfx.so.13.0.0 +-rwxr-xr-x root/root usr/lib/libSDL_gfx.so.13.0.0 diff --git a/sdl_gfx/.md5sum b/sdl_gfx/.md5sum new file mode 100644 index 000000000..e28af16d2 --- /dev/null +++ b/sdl_gfx/.md5sum @@ -0,0 +1 @@ +b1ce778232db0b1979695f0a5a945a13 SDL_gfx-2.0.13.tar.gz diff --git a/sdl_gfx/Pkgfile b/sdl_gfx/Pkgfile new file mode 100644 index 000000000..d9c228c20 --- /dev/null +++ b/sdl_gfx/Pkgfile @@ -0,0 +1,18 @@ +# Description: SDL graphics drawing primitives and other support functions. +# URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/index.html +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Simone Rota, sip at crux dot nu +# Depends on: libsdl + +name=sdl_gfx +version=2.0.13 +release=1 +source=(http://www.ferzkopp.net/Software/SDL_gfx-${version%.*}/SDL_gfx-$version.tar.gz) + +build() { + cd SDL_gfx-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} +