X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fasterisk-1.4.x%2FMakefile;h=3591c8567bea34700717048739492129ea4a72af;hb=5850c547cb81b87a50b99d466795cfd4a3f80e3c;hp=b3c5faf04635e37e70214339efb58cc4f8a43ff4;hpb=83f2fc098f9aaae358cd4682a292d48c44df7021;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/asterisk-1.4.x/Makefile b/net/asterisk-1.4.x/Makefile index b3c5faf046..3591c8567b 100644 --- a/net/asterisk-1.4.x/Makefile +++ b/net/asterisk-1.4.x/Makefile @@ -1,21 +1,19 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2010 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:=asterisk -PKG_VERSION:=1.4.22 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.25.1 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.digium.com/pub/asterisk/releases/ -#PKG_MD5SUM:=c4cf69eb6eae3105806b08d3efc28ec7 -PKG_MD5SUM:=7626febc4a01e16e012dfccb9e4ab9d2 +PKG_MD5SUM:=ca17be11559eb939ea16b8de98ddeefb PKG_BUILD_DEPENDS:= libopenh323 pwlib @@ -38,6 +36,7 @@ define Package/asterisk14/Default SECTION:=net CATEGORY:=Network URL:=http://www.asterisk.org/ + MAINTAINER:=Hans Zandbelt endef define Package/asterisk14/Default/description @@ -62,7 +61,7 @@ endef define Package/asterisk14-mini $(call Package/asterisk14/Default) TITLE:=Minimal open source PBX - DEPENDS:=+libncurses +libpthread @!TARGET_avr32 + DEPENDS:=+libncurses +libpopt +libpthread @!TARGET_avr32 endef define Package/asterisk14-mini/description @@ -335,11 +334,10 @@ define Package/asterisk14-rawplayer/description endef -# --with-ltdl="$(STAGING_DIR)/usr" \ CONFIGURE_ARGS+= \ --without-curl \ --without-curses \ - --with-gsm="$(STAGING_DIR)/usr" \ + --with-gsm="internal" \ --without-imap \ --without-isdnnet \ --without-kde \ @@ -486,7 +484,7 @@ define Build/Compile endef define Build/InstallDev - mkdir -p $(1)/usr/include/asterisk/ + $(INSTALL_DIR) $(1)/usr/include/asterisk/ $(CP) $(PKG_INSTALL_DIR)/usr/include/asterisk/*.h $(1)/usr/include/asterisk/ $(CP) $(PKG_INSTALL_DIR)/usr/include/asterisk.h $(1)/usr/include/ endef @@ -551,8 +549,7 @@ define Package/asterisk14/install rm -rf $(1)/usr/bin rm -rf $(1)/usr/man rm -rf $(1)/usr/include - rm -rf $(1)/var/spool/asterisk/meetme - rm -rf $(1)/var/spool/asterisk/voicemail + rm -rf $(1)/var (cd $(1)/usr/lib/asterisk; \ rm -rf agi-bin; \ rm -rf images; \