SF.net SVN: gar:[23261] csw/mgar/pkg/libev/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Mar 21 00:48:23 CET 2014
Revision: 23261
http://sourceforge.net/p/gar/code/23261
Author: wahwah
Date: 2014-03-20 23:48:22 +0000 (Thu, 20 Mar 2014)
Log Message:
-----------
libev/trunk: Package split (really just so that I can do some csw-upload-pkg testing)
Modified Paths:
--------------
csw/mgar/pkg/libev/trunk/Makefile
Modified: csw/mgar/pkg/libev/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libev/trunk/Makefile 2014-03-20 20:09:56 UTC (rev 23260)
+++ csw/mgar/pkg/libev/trunk/Makefile 2014-03-20 23:48:22 UTC (rev 23261)
@@ -12,15 +12,29 @@
used, among others, in the GNU Virtual Private Ethernet and rxvt-unicode
packages, and in the Deliantra MORPG Server and Client.
endef
-SPKG_SOURCEURL = http://software.schmorp.de/pkg/libev.html
+VENDOR_URL = http://software.schmorp.de/pkg/libev.html
MASTER_SITES += http://dist.schmorp.de/libev/
MASTER_SITES += http://dist.schmorp.de/libev/Attic/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS)
BUILD64_LIBS_ONLY = 1
LICENSE = LICENSE
CHECKPKG_OVERRIDES_CSWlibev += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libev.so.3.0.0
+
+PACKAGES = CSWlibev3
+CATALOGNAME_CSWlibev3 = libev3
+PKGFILES_CSWlibev3 += $(call baseisadirs,$(libdir),libev\.so\.3\.0\.0)
+PKGFILES_CSWlibev3 += $(call baseisadirs,$(libdir),libev\.so\.3(\.\d+)*)
+SPKG_DESC_CSWlibev3 += $(DESCRIPTION), libev.so.3
+OBSOLETED_BY_CSWlibev3 = CSWlibev
+
+PACKAGES += CSWlibev-dev
+CATALOGNAME_CSWlibev-dev = libev_dev
+SPKG_DESC_CSWlibev-dev += $(DESCRIPTION), development files
+PKGFILES_CSWlibev-dev += /opt/csw/lib/sparcv9/libev.so
+RUNTIME_DEP_PKGS_CSWlibev-dev += CSWlibev3
+OBSOLETED_BY_CSWlibev-dev = CSWlibev
+
include gar/category.mk
post-install-modulated:
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