wok-next diff cdparanoia-III/receipt @ rev 19491
Add locale-ca, locale-ca-extra.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Nov 13 00:57:35 2016 +0200 (2016-11-13) |
parents | 223b265f40fd |
children | b2efa70e9283 |
line diff
1.1 --- a/cdparanoia-III/receipt Sat Sep 07 22:59:13 2013 +0000 1.2 +++ b/cdparanoia-III/receipt Sun Nov 13 00:57:35 2016 +0200 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.