wok-next diff rapidsvn/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents d026631bbebb
children
line diff
     1.1 --- a/rapidsvn/receipt	Tue Dec 25 02:00:49 2018 +0200
     1.2 +++ b/rapidsvn/receipt	Sat Dec 07 15:51:18 2019 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="rapidsvn"
     1.8  VERSION="0.12.1"
     1.9 @@ -7,22 +7,26 @@
    1.10  MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL3"
    1.12  WEB_SITE="http://rapidsvn.tigris.org/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$TARBALL"
    1.16 +TARBALL_SHA1="65d051b5a84fe8b5b0ce906f2ba5cf134a560feb"
    1.17 +
    1.18 +BUILD_DEPENDS="automake libtool apr-dev apr-util-dev subversion-dev \
    1.19 +wxwidgets-dev"
    1.20 +DEPENDS="apr libsvn wxwidgets"
    1.21 +
    1.22  TAGS="subversion svn version-control versioning"
    1.23  
    1.24 -BUILD_DEPENDS="libxxf86vm libtool wxWidgets28-dev subversion-dev apr-dev \
    1.25 -apr-util-dev cyrus-sasl-dev neon-dev libproxy-dev sqlite3-dev expat-dev python \
    1.26 -util-linux-uuid-dev"
    1.27 -
    1.28  compile_rules() {
    1.29 -	cp $stuff/client_ls.cpp src/svncpp/client_ls.cpp
    1.30 +	autoreconf -vi
    1.31 +	export CPPFLAGS="$CPPFLAGS -DNDEBUG"
    1.32 +	sed -i 's|src/tests/svncpp/Makefile||' configure
    1.33  
    1.34  	./configure \
    1.35  		--prefix=/usr \
    1.36  		--with-apr-config=apr-1-config \
    1.37  		--with-apu-config=apu-1-config \
    1.38 -		--with-neon-config=neon-config \
    1.39  		--with-wx-config=wx-config \
    1.40  		--with-svn-include=/usr/include \
    1.41  		--with-svn-lib=/usr/lib \
    1.42 @@ -31,11 +35,3 @@
    1.43  	make &&
    1.44  	make install
    1.45  }
    1.46 -
    1.47 -genpkg_rules() {
    1.48 -	mkdir -p $fs/usr/lib
    1.49 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.50 -	cp -a $install/usr/bin $fs/usr
    1.51 -	DEPENDS="wxWidgets28 libsvn apr libltdl libxxf86vm libproxy libsqlite3 \
    1.52 -	libsasl apr-util"
    1.53 -}