wok diff recorder/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents 940b5937e496
children 6135577f4d08
line diff
     1.1 --- a/recorder/receipt	Wed Mar 02 11:06:20 2011 +0100
     1.2 +++ b/recorder/receipt	Fri Apr 18 13:51:05 2014 +0300
     1.3 @@ -5,25 +5,27 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A simple GTK+ disc burner"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://code.google.com/p/recorder/"
    1.10 +WGET_URL="http://recorder.googlecode.com/files/$TARBALL"
    1.11 +
    1.12  DEPENDS="pygtk coreutils cdrkit dvd+rw-tools"
    1.13  BUILD_DEPENDS="pygtk-dev"
    1.14 -WEB_SITE="http://code.google.com/p/recorder/"
    1.15 -WGET_URL="http://recorder.googlecode.com/files/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	cp $stuff/Makefile Makefile
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	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 $_pkg/usr/share $fs/usr/
    1.32 +	cp -a $install/usr/bin $fs/usr/
    1.33 +	cp -a $install/usr/share $fs/usr/
    1.34  }
    1.35