wok view mhwaveedit/receipt @ rev 363

Some desktop file only for hacker
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 07 17:46:32 2008 +0100 (2008-03-07)
parents
children c2048672606e
line source
1 # SliTaz package receipt.
3 PACKAGE="mhwaveedit"
4 VERSION="1.4.14"
5 CATEGORY="multimedia"
6 SHORT_DESC="Lightweight sound files editor, recorder and player."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="alsa-lib libxml2"
9 BUILD_DEPENDS="alsa-lib-dev libxml2-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="https://gna.org/projects/mhwaveedit/"
12 WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 chmod +x install-sh
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS
22 make
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/pixmaps
30 cp -a $_pkg/usr/bin $fs/usr
31 cp $src/src/icon.xpm $fs/usr/share/pixmaps/mhwaveedit.xpm
32 }