[csw-devel] SF.net SVN: gar:[17856] csw/mgar/pkg/libotf/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Tue Apr 24 16:24:08 CEST 2012
Revision: 17856
http://gar.svn.sourceforge.net/gar/?rev=17856&view=rev
Author: pfelecan
Date: 2012-04-24 14:24:08 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
applied new suggestions made by checkpkg
- unified build dependencies
- split runt-time dependencies
Modified Paths:
--------------
csw/mgar/pkg/libotf/trunk/Makefile
Modified: csw/mgar/pkg/libotf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libotf/trunk/Makefile 2012-04-24 14:16:28 UTC (rev 17855)
+++ csw/mgar/pkg/libotf/trunk/Makefile 2012-04-24 14:24:08 UTC (rev 17856)
@@ -23,24 +23,13 @@
MASTER_SITES = http://www.m17n.org/libotf/
DISTFILES = $(DISTNAME).tar.gz
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-# does not work for your package
-# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
+# centralize the build dependencies (it seems that the run-time
+# dependencies must be given for each package)
BUILD_DEP_PKGS = \
CSWlibfreetype-dev \
CSWlibz-dev \
CSWlibbz2-dev
-RUNTIME_DEP_PKGS = \
- CSWlibgcc-s1 \
- CSWlibfreetype6 \
- CSWlibz1 \
- CSWlibbz2-1-0
+
CONFIGURE_ARGS = $(DIRPATHS)
GARCOMPILER = GNU
@@ -50,6 +39,8 @@
OBSOLETED_BY_CSWlibotf0 += CSWlibotf
RUNTIME_DEP_PKGS_CSWlibotf0 += \
CSWlibgcc-s1 \
+ CSWlibfreetype6 \
+ CSWlibz1 \
CSWlibbz2-1-0
PACKAGES += CSWlibotf-dev
SPKG_DESC_CSWlibotf-dev = A Library for handling OpenType Font - development
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