wok diff libburn/receipt @ rev 22385

linux-zram: fix 2G+ overflow (bug 230)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 28 10:13:55 2019 +0100 (2019-11-28)
parents 6c3718ca17b6
children 3b191e9b8b46
line diff
     1.1 --- a/libburn/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.2 +++ b/libburn/receipt	Thu Nov 28 10:13:55 2019 +0100
     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