wok-next view cdparanoia/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents ea9e52516fb0
children 29128929e4f9
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*' -o -name '*.a' \) -exec chmod a+x '{}' \; # 644->755
28 }