From 9e696ec09095446172c1455e1e5784dc540ddf51 Mon Sep 17 00:00:00 2001 From: James Mills Date: Mon, 20 Nov 2006 07:26:53 +1000 Subject: Pkgfile cleanup; s/\t/ /g --- subversion-perl/Pkgfile | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'subversion-perl') diff --git a/subversion-perl/Pkgfile b/subversion-perl/Pkgfile index c1ccb1726..f54402fea 100644 --- a/subversion-perl/Pkgfile +++ b/subversion-perl/Pkgfile @@ -1,9 +1,9 @@ -# Description: Python bindings for subversion. -# URL: http://subversion.tigris.org -# Packager: Johannes Winkelmann -# Maintainer: James Mills prologic at shortcircuit dot net dot au +# Description: Python bindings for subversion. +# URL: http://subversion.tigris.org +# Packager: Johannes Winkelmann +# Maintainer: James Mills prologic at shortcircuit dot net dot au # -# Depends on: subversion, swig +# Depends on: subversion, swig name=subversion-perl version=1.4.0 @@ -13,18 +13,18 @@ source=(http://subversion.tigris.org/tarballs/subversion-$version.tar.bz2) PYTHONVERSION=`python -c "import sys; print \"%s.%s\" % (sys.version_info[0], sys.version_info[1]);"` build() { - cd subversion-$version - LDFLAGS="-L$PKG/usr/lib" \ - - ./configure \ - --prefix=/usr \ - --disable-nls \ - --with-neon=/usr \ - --disable-mod-activation \ - --with-apr=/usr \ - --with-apr-util=/usr + cd subversion-$version + LDFLAGS="-L$PKG/usr/lib" \ + + ./configure \ + --prefix=/usr \ + --disable-nls \ + --with-neon=/usr \ + --disable-mod-activation \ + --with-apr=/usr \ + --with-apr-util=/usr - make && make DESTDIR=$PKG install-swig-pl-lib install-swig-pl + make && make DESTDIR=$PKG install-swig-pl-lib install-swig-pl - chown -R root:root $PKG + chown -R root:root $PKG } -- cgit v1.2.3