[csw-devel] SF.net SVN: gar:[20239] csw/mgar/pkg/unison/trunk/Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Wed Jan 30 11:41:00 CET 2013
Revision: 20239
http://gar.svn.sourceforge.net/gar/?rev=20239&view=rev
Author: cgrzemba
Date: 2013-01-30 10:40:59 +0000 (Wed, 30 Jan 2013)
Log Message:
-----------
unison/trunk: add custom install target
Modified Paths:
--------------
csw/mgar/pkg/unison/trunk/Makefile
Modified: csw/mgar/pkg/unison/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unison/trunk/Makefile 2013-01-29 15:58:03 UTC (rev 20238)
+++ csw/mgar/pkg/unison/trunk/Makefile 2013-01-30 10:40:59 UTC (rev 20239)
@@ -13,18 +13,22 @@
MASTER_SITES = http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/
DISTFILES = $(DISTNAME).tar.gz
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-# does not work for your package
-# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+BUILD_DEP += CSWocaml
-# 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 =
+# only example
+CHECKPKG_OVERRIDES_CSWunison += file-with-bad-content|/usr/local|root/opt/csw/bin/unison
# CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
BUILD_ARGS += UISTYLE=text
+CFLAGS =
include gar/category.mk
+install-custom:
+ ginstall -m 755 -d $(DESTDIR)$(bindir)
+ ginstall -m 755 $(WORKSRC)/unison $(DESTDIR)$(bindir)
+ @$(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