wok rev 21151

updated libburn and libburn-dev (1.0.6 -> 1.5.0)
author Hans-G?nter Theisgen
date Sat Mar 30 11:09:38 2019 +0100 (2019-03-30)
parents 71521ac1d60d
children 198270138283
files libburn-dev/receipt libburn/receipt
line diff
     1.1 --- a/libburn-dev/receipt	Sat Mar 30 10:57:18 2019 +0100
     1.2 +++ b/libburn-dev/receipt	Sat Mar 30 11:09:38 2019 +0100
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libburn-dev"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.5.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libburnia is a project for reading, mastering  and writing optical discs."
    1.11 +SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://libburnia-project.org/"
    1.15 +
    1.16  WANTED="libburn"
    1.17 -
    1.18  DEPENDS="libburn pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/share $fs/usr
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 +
    1.29 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31 +	cp -a $install/usr/share		$fs/usr
    1.32 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.33  }
    1.34 -
     2.1 --- a/libburn/receipt	Sat Mar 30 10:57:18 2019 +0100
     2.2 +++ b/libburn/receipt	Sat Mar 30 11:09:38 2019 +0100
     2.3 @@ -1,21 +1,19 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libburn"
     2.7 -VERSION="1.0.6"
     2.8 +VERSION="1.5.0"
     2.9  CATEGORY="utilities"
    2.10 -SHORT_DESC="libburnia is a project for reading, mastering  and writing optical discs."
    2.11 +SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks."
    2.12  MAINTAINER="devl547@gmail.com"
    2.13  LICENSE="GPL2"
    2.14 -TARBALL="$PACKAGE-$VERSION.pl00.tar.gz"
    2.15  WEB_SITE="http://libburnia-project.org/"
    2.16 +
    2.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18  WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	cd $src
    2.24 -	#grep -qs 'define u8' libburn/sg-linux.c ||
    2.25 -	#sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' libburn/sg-linux.c
    2.26  	./configure $CONFIGURE_ARGS &&
    2.27  	make &&
    2.28  	make -j1 DESTDIR=$DESTDIR install