wok-next diff texinfo/receipt @ rev 19733

Some receipts v2: apr, apr-util, aspell, at-spi2-core, at-spi2-atk, atk, atkmm, cairomm, colord, glibmm, libsigc++, libxslt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 26 16:40:11 2017 +0300 (2017-05-26)
parents 96871f3890f0
children 9a17d981d0f7
line diff
     1.1 --- a/texinfo/receipt	Wed Dec 21 23:21:13 2016 +0200
     1.2 +++ b/texinfo/receipt	Fri May 26 16:40:11 2017 +0300
     1.3 @@ -12,16 +12,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="libtinfo perl"
     1.8 +DEPENDS="perl"
     1.9  BUILD_DEPENDS="perl ncurses-dev gettext"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	./configure \
    1.15 -		--disable-static \
    1.16 -		$CONFIGURE_ARGS &&
    1.17 -	make && make install
    1.18 +	./configure $CONFIGURE_ARGS && make && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.