2008-10-24 10:10:54 +02:00
|
|
|
# Template file for 'less'
|
|
|
|
pkgname=less
|
2013-04-25 09:28:11 +02:00
|
|
|
version=458
|
2014-06-06 09:39:04 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-06-25 18:50:36 +02:00
|
|
|
configure_args="--with-regex=pcre"
|
2012-07-07 13:37:35 +02:00
|
|
|
makedepends="ncurses-devel pcre-devel>=8.30"
|
2008-10-24 10:10:54 +02:00
|
|
|
short_desc="Pager program similar to more(1)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-25 18:50:36 +02:00
|
|
|
license="GPL-3"
|
2012-07-07 13:37:35 +02:00
|
|
|
homepage="http://www.greenwoodsoftware.com/less"
|
2012-09-06 18:39:36 +02:00
|
|
|
distfiles="${homepage}/less-${version}.tar.gz"
|
2013-04-25 09:28:11 +02:00
|
|
|
checksum=e536c7819ede54b3d487f0ffc4c14b3620bed83734d92a81e89f62346db0fcac
|
2014-06-06 09:39:04 +02:00
|
|
|
|
|
|
|
CFLAGS="-fPIE"
|
|
|
|
LDFLAGS="-pie"
|