Root/abook/Makefile

1include $(TOPDIR)/rules.mk
2
3PKG_NAME:=abook
4PKG_VERSION:=0.5.6
5PKG_RELEASE:=2
6
7PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
8PKG_SOURCE_URL:=@SF/$(PKG_NAME)
9PKG_MD5SUM:=87d25df96864a7c507a4965e6d1da49d
10
11PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
12
13include $(INCLUDE_DIR)/package.mk
14
15define Package/abook
16    SECTION:=utils
17    CATEGORY:=Utilities
18    TITLE:=abook
19    URL:=http://abook.sourceforge.net/
20    DEPENDS:=+libreadline +libncursesw
21endef
22
23define Package/abook/description
24    Simple address book program.
25endef
26
27CONFIGURE_ARGS+="--with-curses=$(STAGING_DIR)/lib"
28
29define Package/abook/install
30    $(INSTALL_DIR) $(1)/usr/bin
31    $(INSTALL_BIN) $(PKG_BUILD_DIR)/abook $(1)/usr/bin
32endef
33
34$(eval $(call BuildPackage,abook))
35

Archive Download this file



interactive