forked from lix-project/lix
* Nix descriptor for Subversion.
This commit is contained in:
parent
31f177ef0a
commit
ced20f187e
14
test/build/subversion-build.sh
Executable file
14
test/build/subversion-build.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#! /bin/sh
|
||||
|
||||
export PATH=/bin:/usr/bin
|
||||
|
||||
export LDFLAGS=-s
|
||||
|
||||
top=`pwd`
|
||||
tar xvfz $src
|
||||
cd subversion-*
|
||||
./configure --prefix=$top --with-ssl
|
||||
make
|
||||
make install
|
||||
cd ..
|
||||
rm -rf subversion-*
|
5
test/tmpl/subversion-0.20.1.nix
Normal file
5
test/tmpl/subversion-0.20.1.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
id : subversion-0.20.1
|
||||
|
||||
src = url(http://subversion.tigris.org/files/documents/15/3440/subversion-0.20.1.tar.gz)
|
||||
|
||||
build = ../build/subversion-build.sh
|
Loading…
Reference in a new issue