[csw-devel] SF.net SVN: gar:[20182] csw/mgar/pkg/gwhois/trunk
wilbury at users.sourceforge.net
wilbury at users.sourceforge.net
Mon Jan 21 12:48:34 CET 2013
Revision: 20182
http://gar.svn.sourceforge.net/gar/?rev=20182&view=rev
Author: wilbury
Date: 2013-01-21 11:48:33 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
gwhois/trunk: Recipe polishment
Modified Paths:
--------------
csw/mgar/pkg/gwhois/trunk/Makefile
csw/mgar/pkg/gwhois/trunk/checksums
Modified: csw/mgar/pkg/gwhois/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gwhois/trunk/Makefile 2013-01-21 11:35:38 UTC (rev 20181)
+++ csw/mgar/pkg/gwhois/trunk/Makefile 2013-01-21 11:48:33 UTC (rev 20182)
@@ -5,16 +5,28 @@
VERSION = 20120626
GARTYPE = v2
-DESCRIPTION = Brief description
+DESCRIPTION = Advanced WHOIS utility
define BLURB
- Long description
+ Advanced WHOIS utility
endef
-MASTER_SITES = http://gwhois.de/gwhois
+MASTER_SITES = http://gwhois.de/gwhois/
DISTNAME = $(NAME)_$(VERSION)
DISTFILES = $(DISTNAME).tar.gz
+WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION)
+ARCHALL_CSWgwhois = 1
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+SKIPTEST = 1
+INSTALL_SCRIPTS = gwhois
+
include gar/category.mk
+install-gwhois:
+ @/opt/csw/bin/ginstall -d -m 755 $(DESTDIR)/$(bindir)
+ @/opt/csw/bin/ginstall -m 755 $(WORKSRC)/gwhois $(DESTDIR)/$(bindir)/gwhois
+ @$(MAKECOOKIE)
+
Modified: csw/mgar/pkg/gwhois/trunk/checksums
===================================================================
--- csw/mgar/pkg/gwhois/trunk/checksums 2013-01-21 11:35:38 UTC (rev 20181)
+++ csw/mgar/pkg/gwhois/trunk/checksums 2013-01-21 11:48:33 UTC (rev 20182)
@@ -0,0 +1 @@
+6bc6d4c17edf96c418d72b57c85651fc gwhois_20120626.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