wok diff beaver/receipt @ rev 19255

Up cookutils (804)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 03 11:20:09 2016 +0300 (2016-07-03)
parents 7896f0694ef6
children 11b5e93cb5f2
line diff
     1.1 --- a/beaver/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/beaver/receipt	Sun Jul 03 11:20:09 2016 +0300
     1.3 @@ -10,20 +10,19 @@
     1.4  WEB_SITE="http://beaver-editor.sf.net/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL"
     1.6  TAGS="text-editor"
     1.7 +HOST_ARCH="i486 arm"
     1.8 +
     1.9  GENERIC_PIXMAPS="no"
    1.10 -
    1.11  DEPENDS="gtk+ xorg-libXdamage"
    1.12 -BUILD_DEPENDS="gtk+-dev xorg-xproto intltool expat-dev"
    1.13 +BUILD_DEPENDS="gtk+-dev xorg-xproto expat-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	sed -i 's|dir/po/\*\.po|& 2>/dev/null|' configure
    1.20  	./configure \
    1.21 -		--prefix=/usr \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -	make && make DESTDIR=$DESTDIR install
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 @@ -35,7 +34,8 @@
    1.29  		
    1.30  	cp -a $install/usr/bin $fs/usr
    1.31  	cp -a $install/usr/share/beaver/resource $fs/usr/share/beaver
    1.32 -	cp -a $install/usr/share/icons/hicolor/32x32/apps $fs/usr/share/icons/hicolor/32x32/
    1.33 +	cp -a $install/usr/share/icons/hicolor/32x32/apps \
    1.34 +		$fs/usr/share/icons/hicolor/32x32/
    1.35  	
    1.36  	# Custom default configuration
    1.37  	cp -a $stuff/beaver.conf.default $fs/usr/share/beaver/resource