X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fsipsak%2FMakefile;h=02fff0130d019ecd5a18a3a79058dd7185943b0b;hp=2339c57bbf41d25a0c38a52f7e57ca8b55613225;hb=00c5a36c73a846f489690beb2140773435e9fb1c;hpb=13fb59dd0549e4f09ae3600298eda16396cb95f1 diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 2339c57bbf..02fff0130d 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,24 +1,22 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak PKG_VERSION:=0.9.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ \ http://ftp.iptel.org/pub/sipsak/ PKG_MD5SUM:=c4eb8e282902e75f4f040f09ea9d99d5 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -29,20 +27,14 @@ define Package/sipsak TITLE:=SIP (Session Initiation Protocol) stress and diagnostics utility URL:=http://www.sipsak.org/ endef - + define Build/Configure $(call Build/Configure/Default, \ --disable-gnutls \ ) endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - all install -endef - -define Package/sipsak/install +define Package/sipsak/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sipsak $(1)/usr/bin/ endef