Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1518 - (show annotations)
Sun Nov 15 11:00:17 2009 UTC (3 years, 7 months ago) by acrux
File size: 457 byte(s)
synced with 2.6RC1
1 # Description: A text-based browser with support for HTML tables and frames
2 # URL: http://links.sourceforge.net/
3 # Maintainer: acrux, acrux at linuxmail dot org
4 # Depends on: openssl
5 # PPC!=:
6
7 name=links
8 version=1.00
9 release=1
10 source=(http://artax.karlin.mff.cuni.cz/~mikulas/$name/download/$name-$version.tar.gz)
11
12 build () {
13 cd $name-$version
14 ./configure --prefix=/usr \
15 --with-ssl
16
17 make
18 make prefix=$PKG/usr install
19
20 chown -R root:root $PKG
21 }
22