packages/net/ekg/Makefile
lars 1e28de24b4 [packages] Use default templates instead of custom reimplementations where applicable
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-18 13:10:21 +00:00

50 lines
1.0 KiB
Makefile

#
# Copyright (C) 2009-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=ekg
PKG_VERSION:=1.7
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ekg.chmurka.net/
PKG_MD5SUM:=2aa92b56517fdf09d75519a105772b74
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/ekg
SECTION:=net
CATEGORY:=Network
TITLE:=Eksperymentalny Klient Gadu-Gadu (Polish IM)
URL:=http://ekg.chmurka.net
DEPENDS:=+zlib +libncurses
endef
CONFIGURE_ARGS+= \
--without-c99-vsnprintf \
--without-bind \
--without-libgsm \
--without-libjpeg \
--without-libungif \
--without-openssl \
--disable-libgadu-openssl \
--enable-ui-ncurses \
--disable-ui-readline \
CONFIGURE_VARS+= \
CFLAGS="$$$$CFLAGS $(TARGET_CPPFLAGS)" \
CFLAGS_LIBGADU="$$$$CFLAGS $(TARGET_CPPFLAGS)" \
define Package/ekg/install
$(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ekg $(1)/usr/bin/
endef
$(eval $(call BuildPackage,ekg))