[csw-devel] SF.net SVN: gar:[5688] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Jul 28 15:44:04 CEST 2009
Revision: 5688
http://gar.svn.sourceforge.net/gar/?rev=5688&view=rev
Author: wahwah
Date: 2009-07-28 13:44:04 +0000 (Tue, 28 Jul 2009)
Log Message:
-----------
wgetpaste: Initial commit.
Modified Paths:
--------------
csw/mgar/pkg/wgetpaste/trunk/Makefile
csw/mgar/pkg/wgetpaste/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/wgetpaste/
Modified: csw/mgar/pkg/wgetpaste/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile 2009-05-26 00:54:19 UTC (rev 5052)
+++ csw/mgar/pkg/wgetpaste/trunk/Makefile 2009-07-28 13:44:04 UTC (rev 5688)
@@ -1,24 +1,34 @@
-GARNAME = mypkg
-GARVERSION = 1.0
-CATEGORIES = lib
+GARNAME = wgetpaste
+GARVERSION = 2.13
+CATEGORIES = utils
-DESCRIPTION = This is a useful library
+DESCRIPTION = A command-line utility for text pasting websites.
define BLURB
- It does stuff with things
+ Pipe text into it and it'll send it to dpaste.com,
+ giving you a link back to your paste.
endef
-MASTER_SITES =
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+MASTER_SITES = http://wgetpaste.zlin.dk/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+REQUIRED_PKGS = CSWshutils
+
+PATCHFILES = wgetpaste-$(GARVERSION).patch
+
+ARCHALL = 1
+
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+INSTALL_SCRIPTS = wgetpaste
+TEST_SCRIPTS =
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
- @true
+install-wgetpaste:
+ ginstall -d $(DESTDIR)$(bindir)
+ ginstall -m 755 $(WORKSRC)/wgetpaste $(DESTDIR)$(bindir)
+ @$(MAKECOOKIE)
-#include gar/category.mk
+include gar/category.mk
Modified: csw/mgar/pkg/wgetpaste/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums 2009-05-26 00:54:19 UTC (rev 5052)
+++ csw/mgar/pkg/wgetpaste/trunk/checksums 2009-07-28 13:44:04 UTC (rev 5688)
@@ -0,0 +1,2 @@
+df0addd7863263a717fd8a10f3dd3cff download/wgetpaste-2.13.patch
+a341c778d745b0a7ad11163a4a2c1ea9 download/wgetpaste-2.13.tar.bz2
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