wok diff lxlauncher/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 1adac4b0fd89
children 17e313b5b9c1
line diff
     1.1 --- a/lxlauncher/receipt	Fri Jun 01 14:03:50 2012 +0200
     1.2 +++ b/lxlauncher/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -4,14 +4,16 @@
     1.4  VERSION="0.2.1"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="LXDE desktop launcher."
     1.7 -DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage"
     1.8 -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \
     1.9 -menu-cache-dev startup-notification-dev startup-notification libxcb-dev"
    1.10 +LICENSE="GPL3"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://lxde.org/"
    1.14  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.15  
    1.16 +DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage"
    1.17 +BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \
    1.18 +menu-cache-dev startup-notification-dev startup-notification libxcb-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 @@ -27,14 +29,14 @@
    1.24  		--mandir=/usr/share/man \
    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/lxlauncher
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  	# SliTaz home make config files
    1.38  	cp $stuff/gtkrc $fs/usr/share/lxlauncher
    1.39  	#cp -a $stuff/background $fs/usr/share/lxlauncher