wok-next view cdparanoia-III/receipt @ rev 19905

atril, directfb, libglu-mesa, libglw-mesa, waterline-plugin-multiload : update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 12 19:04:50 2017 +0200 (2017-10-12)
parents a511baf85854
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cdparanoia-III"
4 VERSION="10.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="An audio extraction tool for sampling CDs"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://www.xiph.org/paranoia/"
11 TARBALL="$PACKAGE-$VERSION.src.tgz"
12 WGET_URL="http://downloads.xiph.org/releases/cdparanoia/$TARBALL"
14 SPLIT="cdparanoia-III-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 # Use $DESTDIR
20 sed -i 's|\$([A-Z]*DIR)|$(DESTDIR)&|' Makefile.in
22 ./configure $CONFIGURE_ARGS && make -j1 && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 case $PACKAGE in
29 cdparanoia-III) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }