wok-6.x diff mhwaveedit/receipt @ rev 12663
boxbackup-server: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 01 10:34:04 2012 +0200 (2012-05-01) |
parents | 92fad3dbcae4 |
children | 5056100bfda3 |
line diff
1.1 --- a/mhwaveedit/receipt Fri Feb 03 12:29:45 2012 -0500 1.2 +++ b/mhwaveedit/receipt Tue May 01 10:34:04 2012 +0200 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Lightweight sound files editor, recorder and player." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +WEB_SITE="https://gna.org/projects/mhwaveedit/" 1.9 +WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" 1.10 + 1.11 DEPENDS="alsa-lib libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 1.12 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.13 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 1.14 xorg-libXdamage" 1.15 -BUILD_DEPENDS="alsa-lib-dev libxml2-dev gtk+-dev" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://gna.org/projects/mhwaveedit/" 1.18 -WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" 1.19 +BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-dev gtk+-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 @@ -34,6 +35,8 @@ 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/usr 1.28 - cp -a $_pkg/usr/bin $fs/usr 1.29 + mkdir -p $fs/usr $fs/etc 1.30 + cp -a $install/usr/bin $fs/usr 1.31 + cp -a $stuff/skel $fs/etc 1.32 + chown -R 0.0 $fs 1.33 }