mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
28 lines
757 B
Plaintext
28 lines
757 B
Plaintext
DESCRIPTION="Subversion is an open source version control system"
|
|
HOMEPAGE="http://subversion.tigris.org"
|
|
SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.11.tar.gz"
|
|
CHECKSUM_MD5="7331310fc786111899b305c6d141b02d"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd subversion-1.6.11
|
|
libtoolize --force --copy --install
|
|
aclocal -I build -I build/ac-macros
|
|
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=lpe \
|
|
--with-zlib=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd subversion-1.6.11
|
|
make install
|
|
}
|
|
LICENSE="Subversion"
|
|
COPYRIGHT="2000-2010 CollabNet"
|