milis/talimatname/genel/s/subversion/talimat

28 lines
703 B
Plaintext
Raw Normal View History

2017-04-18 10:04:18 +02:00
# Description: Bir sürüm kontrol sistemi (CVS değiştirme)
2016-04-02 19:00:30 +02:00
# URL: http://subversion.apache.org
# Packager: milisarge@gmail.com
2016-07-30 16:25:15 +02:00
# Depends on: apr serf cyrus-sasl
2016-02-24 01:27:23 +01:00
name=subversion
version=1.9.3
2016-04-02 19:00:30 +02:00
release=1
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)
2016-02-24 01:27:23 +01:00
build() {
2016-04-02 19:00:30 +02:00
cd $name-$version
./configure --prefix=/usr \
--with-apr=/usr \
--with-apr-util=/usr \
--without-swig \
--without-apxs \
--disable-mod-activation \
--disable-nls
make
make -j1 DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
2017-04-18 10:04:18 +02:00
# Makeinfo mevcut olduğunda bilgi sayfaları oluşturuluyor gibi görünüyor
2016-04-02 19:00:30 +02:00
rm -rf $PKG/usr/info
2016-02-24 01:27:23 +01:00
}