summaryrefslogtreecommitdiffstats
path: root/extra/subversion/Pkgfile
blob: 4147b2d75be0cc54a81924961fc8216d0289ffb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Version control System (Remplacement de cvs)
# URL: http://subversion.tigris.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: apr, neon, expat, sqlite3

name=subversion
version=1.6.9
release=1
source=(http://subversion.tigris.org/downloads/subversion-$version.tar.bz2)


build() {
	cd $name-$version
	sed -i 's/@SVN_APR_INCLUDES@/& @CPPFLAGS@/' \
    subversion/bindings/swig/perl/native/Makefile.PL.in
	./configure --prefix=/usr \
		--with-apr=/usr --with-apr-util=/usr\
		--with-neon=/usr \
		--disable-neon-version-check
	make
	make DESTDIR=$PKG install
}