diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
commit | 9e696ec09095446172c1455e1e5784dc540ddf51 (patch) | |
tree | 6a9f88478d5837a960f940fce7e5373a0fd5bd70 /subversion-perl | |
parent | 9318e05d84e946541f81627a18e25c0deb891e34 (diff) | |
download | contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz |
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'subversion-perl')
-rw-r--r-- | subversion-perl/Pkgfile | 34 |
1 files changed, 17 insertions, 17 deletions
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 <jw@tks6.net> -# Maintainer: James Mills prologic at shortcircuit dot net dot au +# Description: Python bindings for subversion. +# URL: http://subversion.tigris.org +# Packager: Johannes Winkelmann <jw@tks6.net> +# 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 } |