# Copyright (C) 2007 Platform Computing Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # $Id: config.mk 18 2008-10-20 16:07:42Z ltsai $ # # This kit. # KIT_PROPER_NAME is the name of the kit with proper capitalization. KIT_PROPER_NAME = Ntop KIT_VERSION = 3.3 KIT_RELEASE = 14 KIT_ARCH = $(shell uname -i) # Need KIT_NAME to be all lowercase. KIT_NAME = $(shell echo $(KIT_PROPER_NAME) | tr A-Z a-z) # Define all the packages to be included in the kit. KIT_PKGS += PKG_KIT_NTOP PKG_KIT_NTOP_SPEC = kit-ntop.spec PKG_KIT_NTOP_SOURCES = docs plugins kitinfo cfm PKG_KIT_NTOP_TARBALL_SUBVER = 4 ifeq ($(strip $(ARCH)), x86_64) PKG_KIT_NTOP_ARCH = $(ARCH) else PKG_KIT_NTOP_ARCH = i586 endif KIT_PKGS += PKG_COMPONENT_NTOP PKG_COMPONENT_NTOP_SPEC = component-ntop-v3_3.spec PKG_COMPONENT_NTOP_ARCH = noarch PKG_COMPONENT_NTOP_SOURCES = S15-ntop.rc.py #PKG_COMPONENT_NTOP_SOURCES = ntop-cert.pem PKG_COMPONENT_NTOP_TARBALL_SUBVER = 1 # Ntop package. # Already in opensuse 10.3 dvd #KIT_PKGS += PKG_NTOP #PKG_NTOP_NAME = ntop #PKG_NTOP_VERSION = 3.3 #PKG_NTOP_RELEASE = 101.1 #ifeq ($(strip $(ARCH)), x86_64) #PKG_NTOP_ARCH = $(ARCH) #else #PKG_NTOP_ARCH = i586 #endif #PKG_NTOP_SRPM = $(PKG_NTOP_NAME)-$(PKG_NTOP_VERSION)-$(PKG_NTOP_RELEASE).src.rpm #PKG_NTOP_SRPM_URL = http://fserv/engineering/build/sles/10/SRPMS/$(PKG_NTOP_SRPM) # RRDTOOL package. #FIXME ARCH KIT_PKGS += PKG_RRDTOOL PKG_RRDTOOL_NAME = rrdtool PKG_RRDTOOL_VERSION = 1.2.12 PKG_RRDTOOL_RELEASE = 13.2 ifeq ($(strip $(ARCH)), x86_64) PKG_RRDTOOL_ARCH = $(ARCH) else PKG_RRDTOOL_ARCH = i586 endif PKG_RRDTOOL_RPM = $(PKG_RRDTOOL_NAME)-$(PKG_RRDTOOL_VERSION)-$(PKG_RRDTOOL_RELEASE).$(PKG_RRDTOOL_ARCH).rpm PKG_RRDTOOL_RPM_URL = http://fserv/repo/sles/10/SP2/$(ARCH)/suse/$(PKG_RRDTOOL_ARCH)/$(PKG_RRDTOOL_RPM)