include Config
PKG_NAME = rrdtool
-VER = 1.2.26
+VER = 1.3.1
THISAPP = $(PKG_NAME)-$(VER)
DL_FILE = $(THISAPP).tar.gz
$(TARGET) :
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure \
+ cd $(DIR_APP) && \
+ ./configure \
--prefix=/usr \
+ --disable-rrdcgi \
--disable-perl \
--disable-tcl \
+ --disable-ruby \
--disable-static \
+ --enable-python \
--enable-latin2
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install