From 31cc6ec584af62a9eeaa942b1388f913bb4966aa Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 16 Feb 2010 01:35:40 +0100 Subject: new package: sdl_pango --- doc/index.html | 2 +- src/sdl_pango.mk | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 src/sdl_pango.mk diff --git a/doc/index.html b/doc/index.html index 4bf391e..359ba23 100644 --- a/doc/index.html +++ b/doc/index.html @@ -432,7 +432,7 @@ USE_OSGPLUGIN(<plugin2>) Many new packages are supported: aubio, devil, directx, exiv2, fftw, gsoap, id3lib, liblo, libpano13, librsvg, libsamplerate, muparser, - openscenegraph and portaudio. + openscenegraph, portaudio and sdl_pango.

diff --git a/src/sdl_pango.mk b/src/sdl_pango.mk new file mode 100644 index 0000000..42dca91 --- /dev/null +++ b/src/sdl_pango.mk @@ -0,0 +1,30 @@ +# This file is part of mingw-cross-env. +# See doc/index.html for further information. + +# SDL_Pango +PKG := sdl_pango +$(PKG)_IGNORE := +$(PKG)_VERSION := 0.1.2 +$(PKG)_CHECKSUM := c30f2941d476d9362850a150d29cb4a93730af68 +$(PKG)_SUBDIR := SDL_Pango-$($(PKG)_VERSION) +$(PKG)_FILE := SDL_Pango-$($(PKG)_VERSION).tar.gz +$(PKG)_WEBSITE := http://sdlpango.sourceforge.net/ +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/sdlpango/SDL_Pango/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_DEPS := gcc sdl pango + +define $(PKG)_UPDATE + $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/sdlpango/files/SDL_Pango/) | \ + $(SED) -n 's,.*SDL_Pango-\([0-9][^>]*\)\.tar.*,\1,p' | \ + tail -1 +endef + +define $(PKG)_BUILD + cd '$(1)' && ./configure \ + --host='$(TARGET)' \ + --disable-shared \ + --prefix='$(PREFIX)/$(TARGET)' \ + --with-sdl-prefix='$(PREFIX)/$(TARGET)' \ + --disable-sdltest \ + PKG_CONFIG='$(TARGET)-pkg-config' + $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= +endef -- cgit v0.12