wok-4.x rev 3961
Up: mhwaveedit (1.4.16)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Aug 26 01:14:50 2009 +0200 (2009-08-26) |
parents | 73ef290455ef |
children | 32c4a55011df |
files | mhwaveedit/receipt |
line diff
1.1 --- a/mhwaveedit/receipt Wed Aug 26 01:09:36 2009 +0200 1.2 +++ b/mhwaveedit/receipt Wed Aug 26 01:14:50 2009 +0200 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mhwaveedit" 1.7 -VERSION="1.4.15" 1.8 +VERSION="1.4.16" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Lightweight sound files editor, recorder and player." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="alsa-lib libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 1.13 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.14 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.15 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 1.16 +xorg-libXdamage" 1.17 BUILD_DEPENDS="alsa-lib-dev libxml2-dev gtk+-dev" 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 WEB_SITE="https://gna.org/projects/mhwaveedit/" 1.20 @@ -18,8 +19,12 @@ 1.21 { 1.22 cd $src 1.23 chmod +x install-sh 1.24 - ./configure --prefix=/usr --without-sdl --without-libsamplerate \ 1.25 - --without-portaudio $CONFIGURE_ARGS && 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + --without-sdl \ 1.29 + --without-libsamplerate \ 1.30 + --without-portaudio \ 1.31 + $CONFIGURE_ARGS && 1.32 make && 1.33 make DESTDIR=$PWD/_pkg install 1.34 } 1.35 @@ -27,8 +32,7 @@ 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - mkdir -p $fs/usr/share/pixmaps 1.40 + mkdir -p $fs/usr/share 1.41 cp -a $_pkg/usr/bin $fs/usr 1.42 - cp $src/src/icon.xpm $fs/usr/share/pixmaps/mhwaveedit.xpm 1.43 } 1.44