#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=proj pkgver=4.7.0 pkgrel=1rl #arch=noarch source=(http://download.osgeo.org/proj/proj-4.7.0.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://trac.osgeo.org/proj/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "PROJ.4 Cartographic Projections library" "PROJ.4 Cartographic Projections library originally written by Gerald" "Evenden then of the USGS. originally written by Gerald Evenden then of" "the USGS." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }