wok diff lingot/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents af9a1b47948c
children 17091bc7c301
line diff
     1.1 --- a/lingot/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/lingot/receipt	Sat Jun 09 17:09:08 2018 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Musical instrument tuner"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://www.nongnu.org/lingot/"
    1.10 +WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
    1.11 +
    1.12  DEPENDS="gtk+ alsa-lib jack-audio-connection-kit libglade"
    1.13  BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-audio-connection-kit-dev \
    1.14  libglade-dev intltool"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.nongnu.org/lingot/"
    1.17 -WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -26,6 +28,6 @@
    1.22  {
    1.23  	mkdir -p $fs/usr/share/applications
    1.24  	cp -a $stuff/lingot.desktop $fs/usr/share/applications
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/share/lingot $fs/usr/share
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/share/lingot $fs/usr/share
    1.29  }