wok diff lxshortcut/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 50f89a1e4792
children c73f683146cf
line diff
     1.1 --- a/lxshortcut/receipt	Sun Mar 06 14:13:29 2011 +0000
     1.2 +++ b/lxshortcut/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="GPL3"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://www.lxde.org/"
    1.10 +WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.11 +
    1.12  DEPENDS="glib glibc-base libgio expat zlib \
    1.13  gtk+ atk cairo pango pixman libpng fontconfig freetype \
    1.14  xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender"
    1.15  BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \
    1.16  xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.lxde.org/"
    1.19 -WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -25,13 +27,13 @@
    1.24  		--sysconfdir=/etc \
    1.25  		$CONFIGURE_ARGS &&
    1.26  	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/share
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 -	cp -a $_pkg/usr/share/lxshortcut $fs/usr/share
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/share/lxshortcut $fs/usr/share
    1.39  }