wok diff libburn-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents f96e26cdfd7a
children
line diff
     1.1 --- a/libburn-dev/receipt	Sat Aug 08 16:48:38 2020 +0000
     1.2 +++ b/libburn-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libburn-dev"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Library for reading, mastering and writing optical disks - development files."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="https://dev.lovelyhq.com/libburnia/libburn"
    1.14 +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/wiki"
    1.15  
    1.16  DEPENDS="libburn pkg-config"
    1.17  WANTED="libburn"
    1.18 @@ -14,10 +14,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/include		$fs/usr
    1.25 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.27 -	cp -a $install/usr/share		$fs/usr
    1.28 +	get_dev_files
    1.29  }