wok view lingot/receipt @ rev 14490

Up: ophcrack (3.5.0)
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Fri May 03 14:38:26 2013 +0200 (2013-05-03)
parents b7319995b37e
children 2a5cc8208d36
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 $CONFIGURE_ARGS &&
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/applications
28 cp -a $stuff/lingot.desktop $fs/usr/share/applications
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/lingot $fs/usr/share
31 }