[csw-devel] SF.net SVN: gar:[8803] csw/mgar/pkg/irssi/trunk/Makefile

bensons at users.sourceforge.net bensons at users.sourceforge.net
Wed Feb 24 18:46:44 CET 2010


Revision: 8803
          http://gar.svn.sourceforge.net/gar/?rev=8803&view=rev
Author:   bensons
Date:     2010-02-24 17:46:43 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
irssi: cleaned up Makefile, added CHECKPKG_OVERRIDES

Modified Paths:
--------------
    csw/mgar/pkg/irssi/trunk/Makefile

Modified: csw/mgar/pkg/irssi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/irssi/trunk/Makefile	2010-02-24 17:39:34 UTC (rev 8802)
+++ csw/mgar/pkg/irssi/trunk/Makefile	2010-02-24 17:46:43 UTC (rev 8803)
@@ -11,21 +11,19 @@
 	Support for other protocols like ICQ could be created some day too.
 endef
 
+VENDOR_URL   = http://www.irssi.org/
 MASTER_SITES = http://www.irssi.org/files/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-
-# We define upstream file regex so we can be notifed of new upstream software release
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-SPKG_CLASSES = none cswcpsampleconf
-PROTOTYPE_FILTER = awk '$$$$3 ~ /\/irssi.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }'
+SAMPLECONF = .*/irssi.conf
 
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --enable-ipv6
 CONFIGURE_ARGS += --with-socks
 CONFIGURE_ARGS += --with-bot
 CONFIGURE_ARGS += --with-proxy
-CONFIGURE_ARGS += --with-perl=module
+CONFIGURE_ARGS += --with-perl=yes
 CONFIGURE_ARGS += --with-perl-lib=vendor
 
 EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod
@@ -36,19 +34,10 @@
 RUNTIME_DEP_PKGS += CSWperl
 RUNTIME_DEP_PKGS += CSWsunmath
 RUNTIME_DEP_PKGS += CSWggettextrt
-RUNTIME_DEP_PKGS += CSWcswclassutils
+RUNTIME_DEP_PKGS += CSWbdb47
 
+CHECKPKG_OVERRIDES_CSWirssi += symbol-not-found
+
 TEST_TARGET = check
 
-# moving configuration file
-post-install-modulated:
-	(cd $(DESTDIR)$(prefix)/etc; \
-	for i in irssi.conf; do \
-		if [ -r "$$i" ]; then \
-			echo "$$i -> $$i.CSW"; \
-			mv "$$i" "$$i.CSW";     \
-		fi \
-	done)
-
 include gar/category.mk
-PATH := /opt/csw/gnu:$(PATH)


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