wok view lingot/receipt @ rev 11000

Up: ssmtp to 2.64.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 02:57:44 2011 +0000 (2011-10-13)
parents 776ce176edb9
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="lingot"
4 VERSION="0.8.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Musical instrument tuner"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ alsa-lib jack-audio-connection-kit libglade"
9 BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-audio-connection-kit-dev \
10 libglade-dev intltool"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.nongnu.org/lingot/"
13 WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --disable-jack &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/lingot $fs/usr/share
30 }