wok-next annotate lingot/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents f48456621a9d
children
rev   line source
al@20595 1 # SliTaz package receipt v2.
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@20595 9 WEB_SITE="http://www.nongnu.org/lingot/"
al@20595 10
pascal@15379 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15379 12 WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL"
pascal@15379 13
al@21017 14 BUILD_DEPENDS="gtk2-dev alsa-lib-dev jack-dev \
pascal@9336 15 libglade-dev intltool"
pankso@9326 16
al@20595 17 compile_rules() {
pankso@9326 18 ./configure \
al@20595 19 --disable-jack \
al@20595 20 $CONFIGURE_ARGS &&
al@20595 21 fix libtool &&
al@20595 22 make &&
al@20595 23 make install || return 1
al@20595 24
al@20595 25 install -Dm644 $stuff/lingot.desktop $install/usr/share/applications/lingot.desktop
pankso@9326 26 }
pankso@9326 27
al@20595 28 genpkg_rules() {
al@20595 29 copy @std
al@21017 30 DEPENDS="gtk2 alsa-lib jack libglade"
pankso@9326 31 }