SF.net SVN: gar:[23457] csw/mgar/pkg/fakeroot/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Apr 22 01:42:13 CEST 2014
Revision: 23457
http://sourceforge.net/p/gar/code/23457
Author: wahwah
Date: 2014-04-21 23:42:11 +0000 (Mon, 21 Apr 2014)
Log Message:
-----------
fakeroot/trunk: Package split
Modified Paths:
--------------
csw/mgar/pkg/fakeroot/trunk/Makefile
csw/mgar/pkg/fakeroot/trunk/checksums
Modified: csw/mgar/pkg/fakeroot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fakeroot/trunk/Makefile 2014-04-21 23:22:28 UTC (rev 23456)
+++ csw/mgar/pkg/fakeroot/trunk/Makefile 2014-04-21 23:42:11 UTC (rev 23457)
@@ -1,6 +1,6 @@
# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
NAME = fakeroot
-VERSION = 1.12.4
+VERSION = 1.20
GARTYPE = v2
DESCRIPTION = A fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery.
@@ -9,24 +9,28 @@
endef
MASTER_SITES = http://ftp.debian.org/debian/pool/main/f/fakeroot/
-DISTFILES = $(NAME)_$(VERSION).tar.gz
+DISTFILES = $(NAME)_$(VERSION).orig.tar.bz2
-# File name regex to get notifications about upstream software releases
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(NAME)_(\d+(?:\.\d+)*).orig.tar.bz2
-# 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 =
+TEST_SCRIPTS =
+PACKAGES += CSWlibfakeroot0
+PKGFILES_CSWlibfakeroot0 += $(call baseisadirs,$(libdir),libfakeroot-0\.so(\.\d+)*)
+SPKG_DESC_CSWlibfakeroot0 += $(DESCRIPTION), libfakeroot-0.so
+RUNTIME_DEP_PKGS_CSWfakeroot += CSWlibfakeroot0
+# At least they have the "0" in the soname.
+CHECKPKG_OVERRIDES_CSWlibfakeroot0 += soname-equals-filename|file=/opt/csw/lib/libfakeroot-0.so
+
+PACKAGES += CSWfakeroot
+SPKG_DESC_CSWfakeroot += $(DESCRIPTION)
+
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)
-
+ mkdir build-aux; autoreconf -fi )
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/fakeroot/trunk/checksums
===================================================================
--- csw/mgar/pkg/fakeroot/trunk/checksums 2014-04-21 23:22:28 UTC (rev 23456)
+++ csw/mgar/pkg/fakeroot/trunk/checksums 2014-04-21 23:42:11 UTC (rev 23457)
@@ -1 +1 @@
-aaefede2405a40c87438e7e833d69b70 fakeroot_1.12.4.tar.gz
+9777a81d4d1878422447a1d0030c1f9f fakeroot_1.20.orig.tar.bz2
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