wok diff libisofs/receipt @ rev 22621

updated cups-pdf (2.6.1 -> 3.0.1)
author Hans-G?nter Theisgen
date Sun Jan 12 15:27:42 2020 +0100 (2020-01-12)
parents 8f447cf2eee5
children 588bca34a52b
line diff
     1.1 --- a/libisofs/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libisofs/receipt	Sun Jan 12 15:27:42 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs"
     1.7 -VERSION="1.0.8"
     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 +WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://libburnia-project.org/"
    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  	./configure $CONFIGURE_ARGS &&
    1.25 -	make -j1 && make -j1 install
    1.26 +	make -j1 &&
    1.27 +	make -j1 install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.