wok diff menu-cache/receipt @ rev 16379

ARM: add sox, libunique, libao, libnotify
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 03:14:22 2014 +0200 (2014-04-15)
parents 380ffe05937a
children b924a72615fe
line diff
     1.1 --- a/menu-cache/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/menu-cache/receipt	Tue Apr 15 03:14:22 2014 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://lxde.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="glibc-base glib libgio slitaz-menus"
    1.10  BUILD_DEPENDS="glib-dev libgio-dev"
    1.11 @@ -16,14 +17,12 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--libexecdir=/usr/lib/menu-cache \
    1.19  		--sysconfdir=/etc \
    1.20  		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 @@ -32,5 +31,4 @@
    1.28  	mkdir -p $fs/usr/lib
    1.29  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  	cp -a $install/usr/lib/menu-cache $fs/usr/lib
    1.31 -	strip -s $fs/usr/lib/menu-cache/*
    1.32  }