[package] libao: update to 1.1.0
[openwrt/svn-archive/archive.git] / utils / ink / Makefile
1 #
2 # Copyright (C) 2009-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=ink
10 PKG_VERSION:=0.5.1
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
13 PKG_SOURCE_URL:=@SF/ink
14 PKG_MD5SUM:=df09c4a1a404dd37ffff80ce2491ab6d
15
16 PKG_INSTALL:=1
17
18 include $(INCLUDE_DIR)/package.mk
19
20 define Package/ink
21 SECTION:=utils
22 CATEGORY:=Utilities
23 TITLE:=A utility for reading ink levels
24 URL:=http://ink.sourceforge.net/
25 DEPENDS:=+libinklevel
26 endef
27
28 define Package/ink/install
29 $(INSTALL_DIR) $(1)/usr/bin
30 $(CP) $(PKG_INSTALL_DIR)/usr/bin/ink $(1)/usr/bin/
31 endef
32
33 $(eval $(call BuildPackage,ink))