better qemu-cris support
[openadk.git] / package / less / Makefile
blob308b77433ad9e9a177c29fe07e8090228b42ca52
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${TOPDIR}/rules.mk
6 PKG_NAME:= less
7 PKG_VERSION:= 436
8 PKG_RELEASE:= 1
9 PKG_MD5SUM:= 817bf051953ad2dea825a1cdf460caa4
10 PKG_DESCR:= A text mode pager
11 PKG_SECTION:= pager
12 PKG_DEPENDS:= libncurses
13 PKG_BUILDDEP:= ncurses
14 PKG_URL:= http://www.greenwoodsoftware.com/less/
15 PKG_SITES:= http://www.greenwoodsoftware.com/less/
17 include ${TOPDIR}/mk/package.mk
19 $(eval $(call PKG_template,LESS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 less-install:
22 ${INSTALL_DIR} ${IDIR_LESS}/usr/bin
23 ${INSTALL_BIN} ${WRKINST}/usr/bin/less ${IDIR_LESS}/usr/bin
25 include ${TOPDIR}/mk/pkg-bottom.mk