wok diff lockdis/receipt @ rev 16173

Add: ympd (web frontend for mpd - perfect for RPi audio center remote control from desktop or mobile
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 16:39:01 2014 +0200 (2014-03-30)
parents 8752c40cc534
children 95324ca5396c
line diff
     1.1 --- a/lockdis/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/lockdis/receipt	Sun Mar 30 16:39:01 2014 +0200
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Simple screen locker."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp"
     1.8 +LICENSE="GPL3"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://lockdis.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -19,13 +21,13 @@
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32  }
    1.33