wok-next annotate lingot/receipt @ rev 19829

Rename jack-audio-connection-kit -> jack; add jack2; up gst0-plugins-base, gst0-plugins-good, gst0-plugins-bad, gst0-plugins-full, and other gst0-plugins-* dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 04 16:04:04 2017 +0300 (2017-08-04)
parents 2a5cc8208d36
children 5841522533ec
rev   line source
pankso@9326 1 # SliTaz package receipt.
pankso@9326 2
pankso@9326 3 PACKAGE="lingot"
pankso@9326 4 VERSION="0.8.1"
pankso@9326 5 CATEGORY="multimedia"
pankso@9326 6 SHORT_DESC="Musical instrument tuner"
pankso@9326 7 MAINTAINER="pankso@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
pascal@15379 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15379 10 WEB_SITE="http://www.nongnu.org/lingot/"
pascal@15379 11 WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
pascal@15379 12
al@19829 13 DEPENDS="gtk+ alsa-lib jack libglade"
al@19829 14 BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-dev \
pascal@9336 15 libglade-dev intltool"
pankso@9326 16
pankso@9326 17 # Rules to configure and make the package.
pankso@9326 18 compile_rules()
pankso@9326 19 {
pankso@9326 20 cd $src
pankso@9326 21 ./configure \
gokhlayeh@11573 22 --disable-jack $CONFIGURE_ARGS &&
pankso@9326 23 make && make install
pankso@9326 24 }
pankso@9326 25
pankso@9326 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9326 27 genpkg_rules()
pankso@9326 28 {
pascal@11623 29 mkdir -p $fs/usr/share/applications
pascal@11623 30 cp -a $stuff/lingot.desktop $fs/usr/share/applications
pascal@15379 31 cp -a $install/usr/bin $fs/usr
pascal@15379 32 cp -a $install/usr/share/lingot $fs/usr/share
pankso@9326 33 }