wok diff libisofs-dev/receipt @ rev 25030

giblib: inserted configure parameters
author Hans-G?nter Theisgen
date Fri May 20 10:23:32 2022 +0100 (2022-05-20)
parents 588bca34a52b
children
line diff
     1.1 --- a/libisofs-dev/receipt	Tue Mar 10 14:37:29 2020 +0100
     1.2 +++ b/libisofs-dev/receipt	Fri May 20 10:23:32 2022 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs-dev"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks."
    1.11 +SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks - development files."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs"
    1.15 @@ -14,9 +14,5 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/lib
    1.20 -
    1.21 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.22 -	cp -a $install/usr/include		$fs/usr
    1.23 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.24 +	get_dev_files
    1.25  }