[packages] ink: update to 0.5.1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21034 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-04-19 15:49:38 +00:00
parent 0f7636fa73
commit e0b4fa255b

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2009 OpenWrt.org # Copyright (C) 2009-2010 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -7,11 +7,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ink PKG_NAME:=ink
PKG_VERSION:=0.5.0 PKG_VERSION:=0.5.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ink PKG_SOURCE_URL:=@SF/ink
PKG_MD5SUM:=ddbbc4164384fc7185bc07b7602e4a8d PKG_MD5SUM:=df09c4a1a404dd37ffff80ce2491ab6d
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -19,26 +21,13 @@ define Package/ink
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=A utility for reading ink levels TITLE:=A utility for reading ink levels
DEPENDS:=+libinklevel
URL:=http://ink.sourceforge.net/ URL:=http://ink.sourceforge.net/
endef DEPENDS:=+libinklevel
TARGET_CFLAGS += -linklevel
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
LIBS="$(TARGET_LIBS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef endef
define Package/ink/install define Package/ink/install
$(INSTALL_DIR) $(1)/bin $(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/local/bin/ink $(1)/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/ink $(1)/usr/bin/
endef endef
$(eval $(call BuildPackage,ink)) $(eval $(call BuildPackage,ink))