[csw-devel] SF.net SVN: gar:[10237] csw/mgar/pkg/libev/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Jun 16 14:08:47 CEST 2010
Revision: 10237
http://gar.svn.sourceforge.net/gar/?rev=10237&view=rev
Author: wahwah
Date: 2010-06-16 12:08:47 +0000 (Wed, 16 Jun 2010)
Log Message:
-----------
libev: Renaming event.h to ev-event.h, following the Debian package.
Modified Paths:
--------------
csw/mgar/pkg/libev/trunk/Makefile
Modified: csw/mgar/pkg/libev/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libev/trunk/Makefile 2010-06-16 11:53:39 UTC (rev 10236)
+++ csw/mgar/pkg/libev/trunk/Makefile 2010-06-16 12:08:47 UTC (rev 10237)
@@ -17,9 +17,13 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --includedir=/opt/csw/include/libev
BUILD64 = 1
NOISAEXEC = 1
TEST_TARGET = check
LICENSE = LICENSE
+CHECKPKG_OVERRIDES_CSWlibev += soname-not-found|libm.so.2|is|needed|by|opt/csw/lib/amd64/libev.so.3.0.0
include gar/category.mk
+
+post-install-modulated:
+ mv $(DESTDIR)$(includedir)/event.h $(DESTDIR)$(includedir)/ev-event.h
+ @$(MAKECOOKIE)
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