[csw-devel] SF.net SVN: gar:[9846] csw/mgar/pkg
darinper at users.sourceforge.net
darinper at users.sourceforge.net
Mon May 10 18:08:59 CEST 2010
Revision: 9846
http://gar.svn.sourceforge.net/gar/?rev=9846&view=rev
Author: darinper
Date: 2010-05-10 16:08:59 +0000 (Mon, 10 May 2010)
Log Message:
-----------
fakeroot: Initial commit
Added Paths:
-----------
csw/mgar/pkg/fakeroot/
csw/mgar/pkg/fakeroot/branches/
csw/mgar/pkg/fakeroot/tags/
csw/mgar/pkg/fakeroot/trunk/
csw/mgar/pkg/fakeroot/trunk/Makefile
csw/mgar/pkg/fakeroot/trunk/checksums
csw/mgar/pkg/fakeroot/trunk/files/
Property changes on: csw/mgar/pkg/fakeroot/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/fakeroot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fakeroot/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/fakeroot/trunk/Makefile 2010-05-10 16:08:59 UTC (rev 9846)
@@ -0,0 +1,32 @@
+# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
+GARNAME = fakeroot
+GARVERSION = 1.12.4
+CATEGORIES = apps
+
+DESCRIPTION = A fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery.
+define BLURB
+ A fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery.
+endef
+
+MASTER_SITES = http://ftp.debian.org/debian/pool/main/f/fakeroot/
+DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\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)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+# The ACL implemenatation in fakeroot doesn't work on solaris so remove it
+pre-configure-modulated:
+ @( cd $(WORKSRC); gsed -i -e 's%sys/acl.h%%' configure.ac; \
+ autoreconf )
+ @$(MAKECOOKIE)
+
Property changes on: csw/mgar/pkg/fakeroot/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/fakeroot/trunk/checksums
===================================================================
--- csw/mgar/pkg/fakeroot/trunk/checksums (rev 0)
+++ csw/mgar/pkg/fakeroot/trunk/checksums 2010-05-10 16:08:59 UTC (rev 9846)
@@ -0,0 +1 @@
+aaefede2405a40c87438e7e833d69b70 fakeroot_1.12.4.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