wok view mhwaveedit/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 1f6a5f56e3b6
children eeba7ab1dffe
line source
1 # SliTaz package receipt.
3 PACKAGE="mhwaveedit"
4 VERSION="1.4.23"
5 CATEGORY="multimedia"
6 SHORT_DESC="Lightweight sound files editor, recorder and player."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://gna.org/projects/mhwaveedit/"
11 WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="alsa-lib libxml2 expat gtk+ xorg-libX11 xorg-libXau \
15 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
16 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \
17 xorg-libXdamage"
18 BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-libX11-dev gtk+-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 chmod +x install-sh
24 ./configure \
25 --prefix=/usr \
26 --without-sdl \
27 --without-libsamplerate \
28 --without-portaudio \
29 --without-libsndfile \
30 --without-esound \
31 $CONFIGURE_ARGS &&
32 make &&
33 make DESTDIR=$DESTDIR install
34 }
36 # Rules to gen a SliTaz package suitable for Tazpkg.
37 genpkg_rules()
38 {
39 mkdir -p $fs/usr $fs/etc
40 cp -a $install/usr/bin $fs/usr
41 cp -a $stuff/skel $fs/etc
42 chown -R 0.0 $fs
43 }