summaryrefslogtreecommitdiffstats
path: root/extra/links/Pkgfile
blob: 9aa568f2d9ba61375f5d9791c277f8c5894db515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Decription: Navigateur en mode texte
# URL: http://links.twibright.com/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: bzip2, zlib, openssl, gpm

name=links
version=2.3pre1
release=1

source=(http://links.twibright.com/download/$name-$version.tar.bz2 ) 

build() {
	cd $name-$version

        ./configure --prefix=/usr \
		    --mandir=/usr/share/man \
		    --enable-javascript \
		    --disable-graphics \
		    --without-x 
        make
        make DESTDIR=$PKG install
}