[csw-devel] SF.net SVN: gar:[9637] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Apr 14 15:58:50 CEST 2010
Revision: 9637
http://gar.svn.sourceforge.net/gar/?rev=9637&view=rev
Author: dmichelsen
Date: 2010-04-14 13:58:50 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
lha: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lha/
csw/mgar/pkg/lha/branches/
csw/mgar/pkg/lha/tags/
csw/mgar/pkg/lha/trunk/
csw/mgar/pkg/lha/trunk/Makefile
csw/mgar/pkg/lha/trunk/checksums
csw/mgar/pkg/lha/trunk/files/
Property changes on: csw/mgar/pkg/lha/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/lha/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lha/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lha/trunk/Makefile 2010-04-14 13:58:50 UTC (rev 9637)
@@ -0,0 +1,29 @@
+# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
+GARNAME = lha
+GARVERSION = 1.14i-ac20040929p1
+SPKG_VERSION = $(echo $(GARVERSION) | tr '-' '_')
+CATEGORIES = utils
+
+DESCRIPTION = File archiving/compression program
+define BLURB
+endef
+
+MASTER_SITES = http://sourceforge.jp/projects/lha/releases/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+DEP_PKGS = CSWiconv
+
+VENDOR_URL = http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
+
+EXTRA_LINKER_FLAGS = -liconv
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+# License is really unknown
+CHECKPKG_OVERRIDES_CSWlha += license-missing|/opt/csw/share/doc/lha/license
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lha/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lha/trunk/checksums
===================================================================
--- csw/mgar/pkg/lha/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lha/trunk/checksums 2010-04-14 13:58:50 UTC (rev 9637)
@@ -0,0 +1 @@
+52ce45f9007082e55ebd5857614eebec lha-1.14i-ac20040929p1.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