wok diff libcdio/receipt @ rev 22274

updated xorg-xf86-video-mga (1.5.0 -> 2.0.0)
author Hans-G?nter Theisgen
date Wed Nov 13 11:23:34 2019 +0100 (2019-11-13)
parents 17e313b5b9c1
children e36f778452bc
line diff
     1.1 --- a/libcdio/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/libcdio/receipt	Wed Nov 13 11:23:34 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcdio"
     1.7 -VERSION="0.83"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="GNU Compact Disc Input and Control Library"
    1.11 +SHORT_DESC="GNU Compact Disk Input and Control Library."
    1.12  MAINTAINER="rj.rohit@gmail.com"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/libcdio/" 
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.gnu.org/software/libcdio/" 
    1.18  WGET_URL="http://ftp.gnu.org/gnu/libcdio/$TARBALL"
    1.19  
    1.20 -DEPENDS="libcddb ncurses gcc-lib-base"
    1.21 -BUILD_DEPENDS="libcddb libcddb-dev ncurses-dev gcc-lib-base"
    1.22 +DEPENDS="gcc-lib-base libcddb ncurses"
    1.23 +BUILD_DEPENDS="gcc-lib-base libcddb libcddb-dev ncurses-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -20,9 +21,12 @@
    1.28  	grep -qs 'define u8' lib/driver/gnu_linux.c ||
    1.29  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.30  		lib/driver/gnu_linux.c
    1.31 -	./configure --prefix=/usr --disable-vcd-info \
    1.32 +
    1.33 +	./configure			\
    1.34 +		--prefix=/usr		\
    1.35 +		--disable-vcd-info	\
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make &&
    1.38 +	make -j 1 &&
    1.39  	make DESTDIR=$DESTDIR install
    1.40  }
    1.41