summaryrefslogtreecommitdiffstats
path: root/less/Pkgfile
blob: 4d1f1721b43d4d9a5fd43eb4e0bf7dfa2cdd91c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Visualisation de fichier textes
# URL: http://www.greenwoodsoftware.com/less/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=less
version=444
release=1
source=( http://www.greenwoodsoftware.com/$name/$name-$version.tar.gz)


build() {
cd $name-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man \
        --sysconfdir=$PKG/etc \
	--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}