packages/utils: add cksfv package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21810 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-06-15 18:51:21 +00:00
parent 0c6f202b68
commit 05bfd06e18

35
utils/cksfv/Makefile Normal file
View File

@ -0,0 +1,35 @@
#
# Copyright (C) 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:=cksfv
PKG_VERSION:=1.3.14
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://zakalwe.fi/~shd/foss/cksfv/files
PKG_MD5SUM:=2e15289753ea0b90b6ea86993f93b383
include $(INCLUDE_DIR)/package.mk
define packages/utils/cksfv
SECTION:=utils
CATEGORY:=Utilities
TITLE:=cksfv CRC32 checksum verification tool
URL:=http://zakalwe.fi/~shd/foss/cksfv/
endef
define packages/utils/cksfv/description
cksfv is a tool for verifying CRC32 checksums.
endef
define packages/utils/cksfv/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cksfv $(1)/usr/sbin/cksfv
endef
$(eval $(call BuildPackage,cksfv))