wok diff readline/receipt @ rev 14225
freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 16:18:40 2013 +0000 (2013-03-21) |
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 Mar 21 16:18:40 2013 +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