wok rev 21241

updated libisofs and libisofs-dev (1.0.8 -> 1.5.0)
author Hans-G?nter Theisgen
date Thu Apr 11 15:05:34 2019 +0100 (2019-04-11)
parents 31f88f776bbc
children 9820f9ae38d5
files libisofs-dev/receipt libisofs/receipt
line diff
     1.1 --- a/libisofs-dev/receipt	Thu Apr 11 14:44:37 2019 +0100
     1.2 +++ b/libisofs-dev/receipt	Thu Apr 11 15:05:34 2019 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs-dev"
     1.7 -VERSION="1.0.8"
     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 +WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs"
    1.16 +
    1.17  WANTED="libisofs"
    1.18 -
    1.19  DEPENDS="libisofs pkg-config"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 -	cp -a $install/usr/include $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/lib/pkgconfig	$fs/usr/lib
    1.32  }
    1.33 -
     2.1 --- a/libisofs/receipt	Thu Apr 11 14:44:37 2019 +0100
     2.2 +++ b/libisofs/receipt	Thu Apr 11 15:05:34 2019 +0100
     2.3 @@ -1,21 +1,22 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libisofs"
     2.7 -VERSION="1.0.8"
     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 +WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://libburnia-project.org/"
    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  	./configure $CONFIGURE_ARGS &&
    2.25 -	make -j1 && make -j1 install
    2.26 +	make -j1 &&
    2.27 +	make -j1 install
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.