[packages] collectd: provide missing AM_PATH_LIBGCRYPT macro and autoreconf libltdl...
[openwrt/svn-archive/archive.git] / utils / cksfv / Makefile
1 #
2 # Copyright (C) 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
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=cksfv
11 PKG_VERSION:=1.3.14
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=http://zakalwe.fi/~shd/foss/cksfv/files
16 PKG_MD5SUM:=2e15289753ea0b90b6ea86993f93b383
17
18 include $(INCLUDE_DIR)/package.mk
19
20 define Package/cksfv
21 SECTION:=utils
22 CATEGORY:=Utilities
23 TITLE:=cksfv CRC32 checksum verification tool
24 URL:=http://zakalwe.fi/~shd/foss/cksfv/
25 endef
26
27 define Package/cksfv/description
28 cksfv is a tool for verifying CRC32 checksums.
29 endef
30
31 define Package/cksfv/install
32 $(INSTALL_DIR) $(1)/usr/sbin
33 $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cksfv $(1)/usr/sbin/cksfv
34 endef
35
36 $(eval $(call BuildPackage,cksfv))