opt/subversion/Pkgfile
Fun 4c0305a2e9 remove redundant deps
CRUX System Team:reiserfsprogs: util-linux
UNMAINTAINED:librsvg: gdk-pixbuf gobject-introspection
Jose V Beneyto:gftp: openssl readline
Jose V Beneyto:imlib2: libpng
Jose V Beneyto:libcroco: libxml2
Jose V Beneyto:libgd: libpng
Jose V Beneyto:libwnck-gtk3: intltool
Jose V Beneyto:libwnck: intltool
Jose V Beneyto:pycairo: python
Jose V Beneyto:pygobject: python
Jose V Beneyto:qt4: libpng
Jose V Beneyto:startup-notification: xorg-libsm xorg-libx11
Jose V Beneyto:subversion: apr expat sqlite3
Jose V Beneyto:vorbis-tools: libogg
Jose V Beneyto:vte-gtk3: intltool p5-xml-parser xorg-libxdamage
Jose V Beneyto:vte: intltool p5-xml-parser
Jose V Beneyto:xchat: openssl perl
2017-11-14 18:11:56 +01:00

29 lines
731 B
Plaintext

# Description: A version control system (CVS replacement)
# URL: http://subversion.apache.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: serf
name=subversion
version=1.9.7
release=1
source=(https://www.apache.org/dist/$name/$name-$version.tar.bz2)
build() {
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
# info pages seem to get generated when makeinfo is available
rm -rf $PKG/usr/info
}