[Packages] net/srelay: Fix compilation
[openwrt/svn-archive/archive.git] / libs / rrdtool-1.0.x / Makefile
index e3f9d2cde0b851b8121c50c9c2edbf4676d3641b..cb982fe46c654f6bfc5aef02a3058caa37ce134f 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -13,10 +13,12 @@ PKG_VERSION:=1.0.50
 PKG_RELEASE:=1
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/rrdtool-$(PKG_VERSION)
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-1.0.x
+PKG_SOURCE:=rrdtool-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:= \
+       http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x \
+       http://www.fastmirrors.org/rrdtool/rrdtool-1.0.x \
+       ftp://ftp.sunet.se/pub/network/monitoring/rrdtool/rrdtool-1.0.x
 PKG_MD5SUM:=c466e2e7df95fa8e318e46437da87686
-PKG_CAT:=zcat
 
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
@@ -27,68 +29,77 @@ define Package/librrd1
   CATEGORY:=Libraries
   DEPENDS:=+zlib
   TITLE:=Round Robin Database (RRD) management library
-  DESCRIPTION:=Round Robin Database (RRD) management library.\\\
-    RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
-    display time-series data (i.e. network bandwidth, machine-room temperature, \\\
-    server load average). It stores the data in a very compact way that will \\\
-    not expand over time, and it presents useful graphs by processing the data \\\
-    to enforce a certain data density. It can be used either via simple wrapper \\\
-    scripts (from shell or Perl) or via frontends that poll network devices and \\\
-    put friendly user interface on it.\\\
-    \\\
-    This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
-    librrd.so. The library is much smaller compared to the 1.2.x version with \\\
-    separate dynamic linked libraries.\\\
-    \\\
-    This package contains a shared library, used by other programs.
   URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
 endef
 
+define Package/librrd1/description
+Round Robin Database (RRD) management library.
+       RRD is the Acronym for Round Robin Database. RRD is a system to store and
+       display time-series data (i.e. network bandwidth, machine-room temperature,
+       server load average). It stores the data in a very compact way that will
+       not expand over time, and it presents useful graphs by processing the data
+       to enforce a certain data density. It can be used either via simple wrapper
+       scripts (from shell or Perl) or via frontends that poll network devices and
+       put friendly user interface on it.
+
+       This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
+       librrd.so. The library is much smaller compared to the 1.2.x version with
+       separate dynamic linked libraries.
+
+       This package contains a shared library, used by other programs.
+endef
+
 define Package/rrdcgi1
   SECTION:=utils
   CATEGORY:=Utilities
   DEPENDS:=+librrd1
   TITLE:=Round Robin Database (RRD) CGI graphing tool
-  DESCRIPTION:=Round Robin Database (RRD) CGI graphing tool.\\\
-    RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
-    display time-series data (i.e. network bandwidth, machine-room temperature, \\\
-    server load average). It stores the data in a very compact way that will \\\
-    not expand over time, and it presents useful graphs by processing the data \\\
-    to enforce a certain data density. It can be used either via simple wrapper \\\
-    scripts (from shell or Perl) or via frontends that poll network devices and \\\
-    put friendly user interface on it.\\\
-    \\\
-    This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
-    librrd.so. The library is much smaller compared to the 1.2.x version with \\\
-    separate dynamic linked libraries.\\\
-    \\\
-    This package contains the rrdcgi tool used to create web pages containing \\\
-    RRD graphs based on templates.
   URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
 endef
 
+define Package/rrdcgi1/description
+Round Robin Database (RRD) CGI graphing tool.
+       RRD is the Acronym for Round Robin Database. RRD is a system to store and
+       display time-series data (i.e. network bandwidth, machine-room temperature,
+       server load average). It stores the data in a very compact way that will
+       not expand over time, and it presents useful graphs by processing the data
+       to enforce a certain data density. It can be used either via simple wrapper
+       scripts (from shell or Perl) or via frontends that poll network devices and
+       put friendly user interface on it.
+
+       This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
+       librrd.so. The library is much smaller compared to the 1.2.x version with
+       separate dynamic linked libraries.
+
+       This package contains the rrdcgi tool used to create web pages containing
+       RRD graphs based on templates.
+endef
+
 define Package/rrdtool1
   SECTION:=utils
   CATEGORY:=Utilities
   DEPENDS:=+librrd1
   TITLE:=Round Robin Database (RRD) management tools
-  DESCRIPTION:=Round Robin Database (RRD) management tools.\\\
-    RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
-    display time-series data (i.e. network bandwidth, machine-room temperature, \\\
-    server load average). It stores the data in a very compact way that will \\\
-    not expand over time, and it presents useful graphs by processing the data \\\
-    to enforce a certain data density. It can be used either via simple wrapper \\\
-    scripts (from shell or Perl) or via frontends that poll network devices and \\\
-    put friendly user interface on it.\\\
-    \\\
-    This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
-    librrd.so. The library is much smaller compared to the 1.2.x version with \\\
-    separate dynamic linked libraries.\\\
-    \\\
-    This package contains command line tools used to manage RRDs.
   URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
 endef
 
+define Package/rrdtool1/description
+Round Robin Database (RRD) management tools.
+       RRD is the Acronym for Round Robin Database. RRD is a system to store and
+       display time-series data (i.e. network bandwidth, machine-room temperature,
+       server load average). It stores the data in a very compact way that will
+       not expand over time, and it presents useful graphs by processing the data
+       to enforce a certain data density. It can be used either via simple wrapper
+       scripts (from shell or Perl) or via frontends that poll network devices and
+       put friendly user interface on it.
+
+       This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
+       librrd.so. The library is much smaller compared to the 1.2.x version with
+       separate dynamic linked libraries.
+
+       This package contains command line tools used to manage RRDs.
+endef
+
 define Build/Configure
        (cd $(PKG_BUILD_DIR); rm -rf config.{status,cache} ; \
                $(TARGET_CONFIGURE_OPTS) \
@@ -137,12 +148,12 @@ endef
 
 define Package/rrdtool1/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrd{tool,update} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrd{tool,update} $(1)/usr/bin/
 endef
 
 define Package/rrdcgi1/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrdcgi $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrdcgi $(1)/usr/bin/
 endef
 
 define Package/librrd1/install
@@ -151,16 +162,10 @@ define Package/librrd1/install
 endef
 
 define Build/InstallDev
-       mkdir -p $(STAGING_DIR)/usr/include
-       $(CP) $(PKG_INSTALL_DIR)/usr/include/rrd.h $(STAGING_DIR)/usr/include/
-       mkdir -p $(STAGING_DIR)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/librrd.{a,so*} $(STAGING_DIR)/usr/lib/
-endef
-
-define Build/UninstallDev
-       rm -rf \
-               $(STAGING_DIR)/usr/include/rrd.h \
-               $(STAGING_DIR)/usr/lib/librrd.{a,so*}
+       mkdir -p $(1)/usr/include
+       $(CP) $(PKG_INSTALL_DIR)/usr/include/rrd.h $(1)/usr/include/
+       mkdir -p $(1)/usr/lib
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/librrd.{a,so*} $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,librrd1))