wok diff beep/receipt @ rev 20381

Down xorg-serveur (1.12.4), needs mesa 9.2+
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 16:21:37 2018 +0200 (2018-06-15)
parents fca172c323cf
children 9af0e03b8ad0
line diff
     1.1 --- a/beep/receipt	Fri Dec 04 17:18:44 2015 +0200
     1.2 +++ b/beep/receipt	Fri Jun 15 16:21:37 2018 +0200
     1.3 @@ -6,21 +6,23 @@
     1.4  SHORT_DESC="Advanced pc-speaker beeper."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://www.johnath.com/beep/README"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://www.johnath.com/beep/README"
    1.10  WGET_URL="http://www.johnath.com/beep/$TARBALL"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15  	make
    1.16 +
    1.17 +	cook_pick_manpages beep.1.gz
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/bin
    1.24 -	cp $src/beep $fs/usr/bin
    1.25 +	cp -a $src/beep $fs/usr/bin
    1.26  }
    1.27  
    1.28  post_remove()