wok-next view cdparanoia/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents f29965805403
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cdparanoia"
4 VERSION="10.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="An audio extraction tool for sampling CDs"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://www.xiph.org/paranoia/"
11 TARBALL="$PACKAGE-III-$VERSION.src.tgz"
12 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
13 TARBALL_SHA1="1901e20d3a370ca6afa4c76a9ef30d3f03044320"
15 SPLIT="$PACKAGE-dev"
17 TAGS_std="Xiph.org"
19 compile_rules() {
20 # Use DESTDIR
21 sed -i 's|\$([A-Z]*DIR)|$(DESTDIR)&|' Makefile.in
23 ./configure $CONFIGURE_ARGS &&
24 make -j1 &&
25 make install || return 1
27 find $install -type f -name '*.so*' -exec chmod a+x '{}' \; # 644->755
28 }