wok diff quarry/receipt @ rev 20406

asterisk: add code2 & opus codec
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 20 23:12:02 2018 +0200 (2018-07-20)
parents 23c3aed67cd9
children 20661c276bcf
line diff
     1.1 --- a/quarry/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/quarry/receipt	Fri Jul 20 23:12:02 2018 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="quarry"
     1.5  VERSION="0.2.0"
     1.6  CATEGORY="games"
     1.7 -SHORT_DESC="multi-purpose GUI for Go, Amazons and Reversi."
     1.8 +SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi."
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20 @@ -33,5 +32,7 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	cp -a $install/usr $fs
    1.25 +	mkdir -p $fs/usr/share
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/share/quarry $fs/usr/share
    1.28  }