Root/package/libs/ocf-crypto-headers/Makefile

1#
2# Copyright (C) 2008-2010 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9PKG_NAME:=ocf-crypto-headers
10PKG_VERSION:=20110720
11PKG_RELEASE:=1
12
13PKG_LICENSE:=GPLv2
14PKG_LICENSE_FILES:=cryptodev.h
15
16PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
17
18include $(INCLUDE_DIR)/package.mk
19
20define Package/ocf-crypto-headers
21  SECTION:=utils
22  CATEGORY:=Utilities
23  TITLE:=OCF-Linux cryptodev header
24  PKGARCH:=all
25  URL:=http://ocf-linux.sourceforge.net/
26endef
27
28define Build/Configure
29endef
30
31define Build/Compile
32endef
33
34define Build/InstallDev
35    mkdir -p $(1)/usr/include/crypto
36    $(CP) ./src/cryptodev.h $(1)/usr/include/crypto
37endef
38
39$(eval $(call BuildPackage,ocf-crypto-headers))
40

Archive Download this file



interactive