wok diff cdparanoia-III/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 223b265f40fd
children a78610b2eb47
line diff
     1.1 --- a/cdparanoia-III/receipt	Sat Sep 07 22:59:13 2013 +0000
     1.2 +++ b/cdparanoia-III/receipt	Fri Jan 11 16:39:21 2019 +0100
     1.3 @@ -6,23 +6,27 @@
     1.4  SHORT_DESC="CMDline CD ripper used by Asunder."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2 LGPL2.1"
     1.7 +WEB_SITE="http://www.xiph.org/paranoia/"
     1.8  TARBALL="$PACKAGE-$VERSION.src.tgz"
     1.9 -WEB_SITE="http://www.xiph.org/paranoia/"
    1.10  WGET_URL="http://downloads.xiph.org/releases/cdparanoia/$TARBALL"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	fgrep -qs 'define u8' interface/low_interface.h ||
    1.17  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.18  		interface/low_interface.h
    1.19 +
    1.20  	./configure \
    1.21  		--prefix=/usr \
    1.22  		--infodir=/usr/share/info \
    1.23  		--mandir=/usr/share/man \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make -j1
    1.26 +
    1.27 +	cook_pick_manpages cdparanoia.1
    1.28 +	mkdir -p $install/usr/share/man/jp/man1
    1.29 +	cp -a cdparanoia.1.jp $install/usr/share/man/jp/man1/cdparanoia.1
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.