wok diff libburn/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents 6c3718ca17b6
children 3b191e9b8b46
line diff
     1.1 --- a/libburn/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.2 +++ b/libburn/receipt	Tue May 07 11:25:44 2019 +0300
     1.3 @@ -1,21 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libburn"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.5.0"
     1.9  CATEGORY="utilities"
    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 -TARBALL="$PACKAGE-$VERSION.pl00.tar.gz"
    1.15  WEB_SITE="http://libburnia-project.org/"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24 -	#grep -qs 'define u8' libburn/sg-linux.c ||
    1.25 -	#sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' libburn/sg-linux.c
    1.26  	./configure $CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make -j1 DESTDIR=$DESTDIR install