SF.net SVN: gar:[24607] csw/mgar/pkg/libcheck/trunk/Makefile
g_sauthoff at users.sourceforge.net
g_sauthoff at users.sourceforge.net
Sat Jan 31 16:43:26 CET 2015
Revision: 24607
http://sourceforge.net/p/gar/code/24607
Author: g_sauthoff
Date: 2015-01-31 15:43:26 +0000 (Sat, 31 Jan 2015)
Log Message:
-----------
explicitly specify the license filename, cosmetic whitespace edit
because libcheck does not use the standard COPYING name.
Otherwise, the resulting package includes a 0 byte size
license file.
Modified Paths:
--------------
csw/mgar/pkg/libcheck/trunk/Makefile
Modified: csw/mgar/pkg/libcheck/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcheck/trunk/Makefile 2015-01-31 13:54:12 UTC (rev 24606)
+++ csw/mgar/pkg/libcheck/trunk/Makefile 2015-01-31 15:43:26 UTC (rev 24607)
@@ -1,7 +1,7 @@
# $Id$
# TODO (release-critical prefixed with !, non release-critical with *)
#
-NAME = check
+NAME = check
VERSION = 0.9.14
GARTYPE = v2
@@ -19,10 +19,12 @@
VENDOR_URL = http://check.sourceforge.net/
MASTER_SITES = $(SF_MIRROR)
-DISTFILES = $(DISTNAME).tar.gz
+DISTFILES = $(DISTNAME).tar.gz
-GARCOMPILER = GNU
+LICENSE = COPYING.LESSER
+GARCOMPILER = GNU
+
PACKAGES += CSWlibcheck0
SPKG_DESC_CSWlibcheck0 = A unit test framework for C, libcheck.so.0
PKGFILES_CSWlibcheck0 += $(call pkgfiles_lib,libcheck.so.0)
@@ -37,8 +39,6 @@
CONFIGURE_ARGS += $(DIRPATHS)
-include gar/category.mk
-
OUR_PATH = /usr/xpg6/bin:/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/sbin:/usr/sbin:/opt/csw/bin:$(PATH)
CONFIGURE_ENV_PATH = $(OUR_PATH)
@@ -46,3 +46,4 @@
TEST_ENV_PATH = $(OUR_PATH)
INSTALL_ENV_PATH = $(OUR_PATH)
+include gar/category.mk
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