wok-current diff beep/receipt @ rev 23218
cups-filters: inserted one more include statement
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 23 07:58:20 2020 +0100 (2020-03-23) |
parents | fca172c323cf |
children | 9af0e03b8ad0 |
line diff
1.1 --- a/beep/receipt Fri Dec 04 17:18:44 2015 +0200 1.2 +++ b/beep/receipt Mon Mar 23 07:58:20 2020 +0100 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()