Root/package/ocf-crypto-headers/Makefile

1#
2# Copyright (C) 2008 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:=20080917
11PKG_RELEASE:=1
12
13PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
14
15include $(INCLUDE_DIR)/package.mk
16
17define Package/ocf-crypto-headers
18  SECTION:=utils
19  CATEGORY:=Utilities
20  TITLE:=OCF-Linux cryptodev header
21  PKGARCH:=all
22endef
23
24define Build/Configure
25endef
26
27define Build/Compile
28endef
29
30define Build/InstallDev
31    mkdir -p $(1)/usr/include/crypto
32    $(CP) ./src/cryptodev.h $(1)/usr/include/crypto
33endef
34
35$(eval $(call BuildPackage,ocf-crypto-headers))
36

Archive Download this file



interactive