wok diff slock/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 3b4e4318134e
children 0601356024df
line diff
     1.1 --- a/slock/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/slock/receipt	Sun Feb 08 18:13:43 2015 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://tools.suckless.org/slock"
     1.6  WGET_URL="http://dl.suckless.org/tools/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext"
    1.10  BUILD_DEPENDS="xorg-xproto xorg-xextproto xorg-libX11-dev xorg-libXext-dev"
    1.11 @@ -16,10 +17,9 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	mv config.mk config.mk.original
    1.17  	sed -e 's/usr\/local/usr/' < config.mk.original > config.mk
    1.18 -	make &&
    1.19 +	make CC=$CC &&
    1.20  	make DESTDIR=$DESTDIR install
    1.21  }
    1.22