wok diff wimlib/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (20 months ago)
parents 72f2704d3ae0
children
line diff
     1.1 --- a/wimlib/receipt	Fri Mar 18 18:06:12 2022 +0000
     1.2 +++ b/wimlib/receipt	Fri Sep 23 08:28:09 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wimlib"
     1.7 -VERSION="1.13.1"
     1.8 +VERSION="1.13.5"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Library to create, extract, and modify Windows Imaging (WIM) files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -26,13 +26,17 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.17 +	./configure		\
    1.18 +		--prefix=/usr	\
    1.19 +		$CONFIGURE_ARGS &&
    1.20  	make &&
    1.21 -	make DESTDIR=$DESTDIR install
    1.22 +	make install DESTDIR=$DESTDIR
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	cp -a $install/usr $fs
    1.29 +	cook_copy_folders	bin
    1.30 +	cook_copy_folders	include
    1.31 +	cook_copy_folders	lib
    1.32  }