mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 16:50:06 +02:00
29 lines
791 B
Plaintext
29 lines
791 B
Plaintext
DESCRIPTION="Subversion is an open source version control system"
|
|
HOMEPAGE="http://subversion.apache.org"
|
|
SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2"
|
|
CHECKSUM_MD5="7ae1c827689f21cf975804005be30aeb"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd subversion-1.6.13
|
|
libtoolize --force --copy --install
|
|
aclocal -I build -I build/ac-macros
|
|
autoconf
|
|
./autogen.sh
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--with-apr=`finddir B_COMMON_BIN_DIRECTORY`/apr-1-config \
|
|
--with-apr-util=`finddir B_COMMON_BIN_DIRECTORY`/apu-1-config \
|
|
--with-neon=/boot/common \
|
|
--with-editor=nano \
|
|
--with-zlib=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd subversion-1.6.13
|
|
make install
|
|
}
|
|
LICENSE="Apache-Subversion"
|
|
COPYRIGHT="2010 The Apache Software Foundation"
|