development/subversion-bindings: Updated for version 1.5.4
This commit is contained in:
parent
9bfdc6ff93
commit
2dde17da96
|
@ -6,7 +6,7 @@
|
||||||
# leave one space after the ':'.
|
# leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------|
|
|-----handy-ruler------------------------------------------|
|
||||||
subversion-bindings: Language bindings for Subversion
|
subversion-bindings: subversion-bindings (Language bindings for Subversion)
|
||||||
subversion-bindings:
|
subversion-bindings:
|
||||||
subversion-bindings: Subversion is a version control system which allows you to
|
subversion-bindings: Subversion is a version control system which allows you to
|
||||||
subversion-bindings: keep old versions of files and directories and keep a log
|
subversion-bindings: keep old versions of files and directories and keep a log
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
SRCNAM=subversion
|
SRCNAM=subversion
|
||||||
PRGNAM=subversion-bindings
|
PRGNAM=subversion-bindings
|
||||||
VERSION=${VERSION:-1.4.6}
|
VERSION=${VERSION:-1.5.4}
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -64,7 +64,6 @@ find . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
# This should work both with Subversion 1.4.6 (S12.1) and 1.5.4 (-current, as of now)
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -84,6 +83,12 @@ CFLAGS="$SLKCFLAGS" \
|
||||||
make swig-py
|
make swig-py
|
||||||
make install-swig-py DESTDIR=$PKG
|
make install-swig-py DESTDIR=$PKG
|
||||||
|
|
||||||
|
# Move Python bindings to system-wide site-packages
|
||||||
|
PY_VER=$(python -c 'import sys; print "%d.%d" % sys.version_info[:2]')
|
||||||
|
mkdir -p $PKG/usr/lib/python$PY_VER/site-packages
|
||||||
|
mv $PKG/usr/lib/svn-python/* $PKG/usr/lib/python$PY_VER/site-packages
|
||||||
|
rmdir $PKG/usr/lib/svn-python
|
||||||
|
|
||||||
# Perl bindings
|
# Perl bindings
|
||||||
make swig-pl
|
make swig-pl
|
||||||
make install-swig-pl DESTDIR=$PKG
|
make install-swig-pl DESTDIR=$PKG
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="subversion-bindings"
|
PRGNAM="subversion-bindings"
|
||||||
VERSION="1.4.6"
|
VERSION="1.5.4"
|
||||||
HOMEPAGE="http://subversion.tigris.org"
|
HOMEPAGE="http://subversion.tigris.org"
|
||||||
DOWNLOAD="ftp://mirror.switch.ch/mirror/slackware/slackware-12.1/source/d/subversion/subversion-1.4.6.tar.bz2"
|
DOWNLOAD="http://slackware.osuosl.org/slackware-12.2/source/d/subversion/subversion-1.5.4.tar.bz2"
|
||||||
MD5SUM="9c7cf517362c1c9332b610339e5cce6b"
|
MD5SUM="037d1ed7a313631d50defdc3cf727415"
|
||||||
MAINTAINER="Mauro Giachero"
|
MAINTAINER="Mauro Giachero"
|
||||||
EMAIL="mauro dot giachero at gmail dot com"
|
EMAIL="mauro dot giachero at gmail dot com"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue