[csw-devel] SF.net SVN: gar:[15749] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Sep 25 18:51:01 CEST 2011
Revision: 15749
http://gar.svn.sourceforge.net/gar/?rev=15749&view=rev
Author: dmichelsen
Date: 2011-09-25 16:51:00 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
xcdroast: Initial commit
Added Paths:
-----------
csw/mgar/pkg/xcdroast/
csw/mgar/pkg/xcdroast/Makefile
csw/mgar/pkg/xcdroast/branches/
csw/mgar/pkg/xcdroast/tags/
csw/mgar/pkg/xcdroast/trunk/
csw/mgar/pkg/xcdroast/trunk/Makefile
csw/mgar/pkg/xcdroast/trunk/checksums
csw/mgar/pkg/xcdroast/trunk/files/
Copied: csw/mgar/pkg/xcdroast/Makefile (from rev 15455, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/xcdroast/Makefile (rev 0)
+++ csw/mgar/pkg/xcdroast/Makefile 2011-09-25 16:51:00 UTC (rev 15749)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Property changes on: csw/mgar/pkg/xcdroast/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/xcdroast/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xcdroast/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xcdroast/trunk/Makefile 2011-09-25 16:51:00 UTC (rev 15749)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = xcdroast
+VERSION = 0.98alpha16
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = A GUI wrapper for cdrtools
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS += CSWgdkpixbuf
+
+PACKAGES += CSWxcdroast
+SPKG_DESC_CSWxcdroast = A GUI wrapper for cdrtools
+
+RUNTIME_DEP_PKGS_CSWxcdroast += CSWglib
+RUNTIME_DEP_PKGS_CSWxcdroast += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWxcdroast += CSWgtk
+RUNTIME_DEP_PKGS_CSWxcdroast += CSWgdkpixbuf
+
+# There are lots of examples with /usr/local and /export/home
+CHECKPKG_OVERRIDES_CSWxcdroast += file-with-bad-content
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/xcdroast/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/xcdroast/trunk/checksums
===================================================================
--- csw/mgar/pkg/xcdroast/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xcdroast/trunk/checksums 2011-09-25 16:51:00 UTC (rev 15749)
@@ -0,0 +1 @@
+bc3d335a30f292067eaaf1ea03ebaf17 xcdroast-0.98alpha16.tar.gz
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