[csw-devel] SF.net SVN: gar:[3232] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Wed Feb 18 20:48:34 CET 2009
Revision: 3232
http://gar.svn.sourceforge.net/gar/?rev=3232&view=rev
Author: hson
Date: 2009-02-18 19:48:34 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
libexif: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libexif/
csw/mgar/pkg/libexif/branches/
csw/mgar/pkg/libexif/tags/
csw/mgar/pkg/libexif/trunk/
csw/mgar/pkg/libexif/trunk/Makefile
csw/mgar/pkg/libexif/trunk/checksums
csw/mgar/pkg/libexif/trunk/files/
csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec
Property changes on: csw/mgar/pkg/libexif/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libexif/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libexif/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libexif/trunk/Makefile 2009-02-18 19:48:34 UTC (rev 3232)
@@ -0,0 +1,27 @@
+GARNAME = libexif
+GARVERSION = 0.6.17
+CATEGORIES = lib
+
+DESCRIPTION = EXIF Tag Parsing Library
+define BLURB
+ libexif is a library for parsing, editing, and saving EXIF data. It is
+ intended to replace lots of redundant implementations in command-line
+ utilities and programs with GUIs.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += $(call admfiles,CSWlibexif,)
+
+REQUIRED_PKGS += CSWggettext CSWggettextrt
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/libexif/trunk/checksums
===================================================================
--- csw/mgar/pkg/libexif/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libexif/trunk/checksums 2009-02-18 19:48:34 UTC (rev 3232)
@@ -0,0 +1,2 @@
+f7cf4e623a48c9a3b13f7f95f0a41015 download/libexif-0.6.17.tar.bz2
+93e79e6d0728dd8a1b8af299f132810c download/CSWlibexif.gspec
Added: csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec
===================================================================
--- csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec (rev 0)
+++ csw/mgar/pkg/libexif/trunk/files/CSWlibexif.gspec 2009-02-18 19:48:34 UTC (rev 3232)
@@ -0,0 +1,4 @@
+%var bitname libexif
+%var pkgname CSWlibexif
+%include url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright url file://%{WORKSRC}/LICENSE
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