wok diff lockdis/receipt @ rev 17517

lxqt-appswitcher: force build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 15 12:00:50 2015 +0100 (2015-01-15)
parents 2a5cc8208d36
children 65d7d867e0c1
line diff
     1.1 --- a/lockdis/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lockdis/receipt	Thu Jan 15 12:00:50 2015 +0100
     1.3 @@ -9,13 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://lockdis.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		--infodir=/usr/share/info \
    1.18 @@ -30,4 +30,3 @@
    1.19  	mkdir -p $fs/usr
    1.20  	cp -a $install/usr/bin $fs/usr
    1.21  }
    1.22 -