wok-next diff beep/receipt @ rev 19769
Update Perl XS modules that need perl-dev to build (unlike Pure Perl), rebuild all module packages as Perl version change.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 14 09:51:23 2017 +0300 (2017-06-14) |
parents | fca172c323cf |
children | d5aab818505e |
line diff
1.1 --- a/beep/receipt Fri Dec 04 17:18:44 2015 +0200 1.2 +++ b/beep/receipt Wed Jun 14 09:51:23 2017 +0300 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()