mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Updated subversion to 1.6.9
This commit is contained in:
20
dev-util/subversion/subversion-1.6.9.bep
Normal file
20
dev-util/subversion/subversion-1.6.9.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="Subversion is an open source version control system"
|
||||
HOMEPAGE="http://subversion.tigris.org"
|
||||
SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.9.tar.gz"
|
||||
CHECKSUM_MD5="facaa0ee78c8f24b9af12c74662bbd24"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd subversion-1.6.9
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I build -I build/ac-macros
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=lpe --with-zlib=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd subversion-1.6.9
|
||||
make install
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: Subversion
|
||||
Version: 1.6.5
|
||||
Copyright: 2000-2009 CollabNet
|
||||
Version: 1.6.9
|
||||
Copyright: 2000-2010 CollabNet
|
||||
License: Subversion
|
||||
URL: http://subversion.tigris.org/
|
||||
URL: http://subversion.apache.org/
|
||||
|
||||
Reference in New Issue
Block a user