wok diff readline/receipt @ rev 13184

Up: wordpress to 3.4.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:49:15 2012 +0000 (2012-08-02)
parents 55a190b3e32d
children 06a82d57ccf7
line diff
     1.1 --- a/readline/receipt	Sun May 22 01:25:04 2011 +0000
     1.2 +++ b/readline/receipt	Thu Aug 02 23:49:15 2012 +0000
     1.3 @@ -8,25 +8,23 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
     1.6  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="ncurses"
    1.10 -BUILD_DEPENDS="ncurses-dev"
    1.11 +BUILD_DEPENDS="ncursesw-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -
    1.20 -	# readline make install ignore DESTDIR environnment variable.
    1.21 -	make DESTDIR=$DESTDIR install
    1.22 +	make && make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31  }
    1.32