wok rev 16252

ARM: add: fbpanel and menu-cache
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 04 00:27:13 2014 +0200 (2014-04-04)
parents b269c5c2be2d
children a1fff9cb2cd5
files fbpanel/receipt lxmenu-data/receipt menu-cache-dev/receipt menu-cache/receipt
line diff
     1.1 --- a/fbpanel/receipt	Fri Apr 04 00:05:33 2014 +0200
     1.2 +++ b/fbpanel/receipt	Fri Apr 04 00:27:13 2014 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tbz2"
     1.5  WEB_SITE="http://fbpanel.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="gtk+"
    1.10  BUILD_DEPENDS="gtk+-dev"
     2.1 --- a/lxmenu-data/receipt	Fri Apr 04 00:05:33 2014 +0200
     2.2 +++ b/lxmenu-data/receipt	Fri Apr 04 00:27:13 2014 +0200
     2.3 @@ -10,13 +10,13 @@
     2.4  WEB_SITE="http://www.lxde.org/"
     2.5  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
     2.6  CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9 -BUILD_DEPENDS="gettext intltool"
    2.10 +[ "$ARCH" == "i486" ] && BUILD_DEPENDS="gettext intltool"
    2.11  
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
    2.14  {
    2.15 -	cd $src
    2.16  	./configure \
    2.17  		--prefix=/usr \
    2.18  		--sysconfdir=/etc \
     3.1 --- a/menu-cache-dev/receipt	Fri Apr 04 00:05:33 2014 +0200
     3.2 +++ b/menu-cache-dev/receipt	Fri Apr 04 00:27:13 2014 +0200
     3.3 @@ -8,6 +8,7 @@
     3.4  LICENSE="GPL2"
     3.5  WANTED="menu-cache"
     3.6  WEB_SITE="http://lxde.sourceforge.net/"
     3.7 +HOST_ARCH="i486 arm"
     3.8  
     3.9  DEPENDS="menu-cache pkg-config"
    3.10  
     4.1 --- a/menu-cache/receipt	Fri Apr 04 00:05:33 2014 +0200
     4.2 +++ b/menu-cache/receipt	Fri Apr 04 00:27:13 2014 +0200
     4.3 @@ -9,6 +9,7 @@
     4.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.5  WEB_SITE="http://lxde.sourceforge.net/"
     4.6  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
     4.7 +HOST_ARCH="i486 arm"
     4.8  
     4.9  DEPENDS="glibc-base glib libgio slitaz-menus"
    4.10  BUILD_DEPENDS="glib-dev libgio-dev"
    4.11 @@ -16,14 +17,12 @@
    4.12  # Rules to configure and make the package.
    4.13  compile_rules()
    4.14  {
    4.15 -	cd $src
    4.16  	./configure \
    4.17  		--prefix=/usr \
    4.18  		--libexecdir=/usr/lib/menu-cache \
    4.19  		--sysconfdir=/etc \
    4.20  		$CONFIGURE_ARGS &&
    4.21 -	make &&
    4.22 -	make DESTDIR=$DESTDIR install
    4.23 +	make && make install
    4.24  }
    4.25  
    4.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.27 @@ -32,5 +31,4 @@
    4.28  	mkdir -p $fs/usr/lib
    4.29  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.30  	cp -a $install/usr/lib/menu-cache $fs/usr/lib
    4.31 -	strip -s $fs/usr/lib/menu-cache/*
    4.32  }