summaryrefslogtreecommitdiffstats
path: root/test/geos/Pkgfile
blob: abee9451b277f3cef663036bb7134c4895025287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: A C++ port of the Java Topology Suite
# URL: http://geos.refractions.net
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on:

name=geos
version=3.2.0
release=1
source=(http://download.osgeo.org/$name/$name-$version.tar.bz2 \
	gcc4.3.patch )

build() {
  cd $name-$version

  ./configure --prefix=/usr
#  patch -Np1 < ../gcc4.3.patch
  make
  make DESTDIR=$PKG install

  ln -s /usr/lib/libgeos.so $PKG/usr/lib/libgeos.so.2
}