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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Mar 15 10:42:05 CET 2013


Revision: 20462
          http://gar.svn.sourceforge.net/gar/?rev=20462&view=rev
Author:   cgrzemba
Date:     2013-03-15 09:42:05 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
hplip/trunk: 
- bump version
- add filter hpps hpcac

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

Modified: csw/mgar/pkg/hplip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hplip/trunk/Makefile	2013-03-15 09:10:53 UTC (rev 20461)
+++ csw/mgar/pkg/hplip/trunk/Makefile	2013-03-15 09:42:05 UTC (rev 20462)
@@ -1,8 +1,8 @@
 NAME = hplip
-VERSION = 3.12.2
+VERSION = 3.13.3
 GARTYPE = v2
 
-MASTER_SITES = http://prdownloads.sourceforge.net/hplip
+MASTER_SITES = http://prdownloads.sourceforge.net/hplip/
 DISTFILES = $(NAME)-$(VERSION).tar.gz
 
 
@@ -33,8 +33,13 @@
 CONFIGURE_ARGS += --with-hpppddir=/opt/csw/share/cups/model/HP
 # CONFIGURE_ARGS += --enable-hpcups-only-build
 
-CHECKPKG_OVERRIDES_CSWhplip += file-with-bad-content|/usr/share|root/opt/csw/share/doc/hplip-3.12.2/upgrading.html
-CHECKPKG_OVERRIDES_CSWhplip += file-with-bad-content|/usr/share|root/opt/csw/share/doc/hplip-3.12.2/uninstalling.html
+CHECKPKG_OVERRIDES_CSWhplip += file-with-bad-content|/usr/share|root/opt/csw/share/doc/$(NAME)-$(VERSION)/upgrading.html
+CHECKPKG_OVERRIDES_CSWhplip += file-with-bad-content|/usr/share|root/opt/csw/share/doc/$(NAME)-$(VERSION)/uninstalling.html
 
 include gar/category.mk
 
+post-install:
+	ginstall -m 755 -d $(DESTDIR)$(libdir)/cups/filter
+	ginstall -m 755 $(WORKSRC)/prnt/filters/hpps $(DESTDIR)$(libdir)/cups/filter
+	ginstall -m 755 $(WORKSRC)/prnt/filters/hpcac $(DESTDIR)$(libdir)/cups/filter
+	$(MAKECOOKIES)

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