[csw-devel] SF.net SVN: gar:[7233] csw/mgar/pkg/sdlimage/trunk
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Wed Nov 11 19:58:14 CET 2009
Revision: 7233
http://gar.svn.sourceforge.net/gar/?rev=7233&view=rev
Author: jake_goerzen
Date: 2009-11-11 18:58:14 +0000 (Wed, 11 Nov 2009)
Log Message:
-----------
update Makefile for mGAR v2 remove files .gspec and .depend
Modified Paths:
--------------
csw/mgar/pkg/sdlimage/trunk/Makefile
csw/mgar/pkg/sdlimage/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.gspec
csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.prototype
Modified: csw/mgar/pkg/sdlimage/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sdlimage/trunk/Makefile 2009-11-11 17:58:12 UTC (rev 7232)
+++ csw/mgar/pkg/sdlimage/trunk/Makefile 2009-11-11 18:58:14 UTC (rev 7233)
@@ -1,4 +1,4 @@
-GARNAME = SDL_image
+GARNAME = sdlimage
GARVERSION = 1.2.8
CATEGORIES = lib
@@ -7,13 +7,15 @@
SDL image library loads images as SDL surfaces, and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA.
endef
+DISTNAME = SDL_image-$(GARVERSION)
+
MASTER_SITES = http://www.libsdl.org/projects/SDL_image/release/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = SDL_image-$(GARVERSION).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
+REQUIRED_PKGS = CSWlibsdl
+
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS) --disable-static
TEST_SCRIPTS =
include gar/category.mk
-
Modified: csw/mgar/pkg/sdlimage/trunk/checksums
===================================================================
--- csw/mgar/pkg/sdlimage/trunk/checksums 2009-11-11 17:58:12 UTC (rev 7232)
+++ csw/mgar/pkg/sdlimage/trunk/checksums 2009-11-11 18:58:14 UTC (rev 7233)
@@ -1,3 +1 @@
-a729ff61f74f0a45ec7fe36354cf938e download/SDL_image-1.2.7.tar.gz
-c4a710e474cafa63d2fe24f9b376254c download/CSWsdlimage.gspec
-50aad500d2b2d642733542ad8f931e7c download/CSWsdlimage.prototype
+2e7c3efa0ec2acc039c46960e27c0792 SDL_image-1.2.8.tar.gz
Deleted: csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.gspec
===================================================================
--- csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.gspec 2009-11-11 17:58:12 UTC (rev 7232)
+++ csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.gspec 2009-11-11 18:58:14 UTC (rev 7233)
@@ -1,4 +0,0 @@
-%var bitname sdlimage
-%var pkgname CSWsdlimage
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
Deleted: csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.prototype
===================================================================
--- csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.prototype 2009-11-11 17:58:12 UTC (rev 7232)
+++ csw/mgar/pkg/sdlimage/trunk/files/CSWsdlimage.prototype 2009-11-11 18:58:14 UTC (rev 7233)
@@ -1,10 +0,0 @@
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/SDL 0755 root bin
-f none /opt/csw/include/SDL/SDL_image.h 0644 root bin
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libSDL_image-1.2.so.0.1.6 0755 root bin
-s none /opt/csw/lib/libSDL_image-1.2.so.0=libSDL_image-1.2.so.0.1.6
-s none /opt/csw/lib/libSDL_image.so=libSDL_image-1.2.so.0.1.6
-i copyright=CSWsdlimage.copyright
-i depend=CSWsdlimage.depend
-i pkginfo=CSWsdlimage.pkginfo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list