wok rev 22131

updated wimlib (1.5.1 -> 1.13.1)
author Hans-G?nter Theisgen
date Mon Nov 04 14:25:06 2019 +0100 (2019-11-04)
parents 4324cabcdbaf
children a767124ef9da
files wimlib/receipt
line diff
     1.1 --- a/wimlib/receipt	Mon Nov 04 11:16:52 2019 +0100
     1.2 +++ b/wimlib/receipt	Mon Nov 04 14:25:06 2019 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wimlib"
     1.7 -VERSION="1.5.1"
     1.8 +VERSION="1.13.1"
     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  LICENSE="GPL3"
    1.13 +WEB_SITE="https://wimlib.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://sourceforge.net/projects/wimlib/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="${WEB_SITE}downloads/$TARBALL"
    1.19  
    1.20 -DEPENDS="libxml2 fuse ntfs-3g libcrypto zlib mtools cdrkit syslinux cabextract"
    1.21 -BUILD_DEPENDS="pkg-config libxml2-dev fuse-dev ntfs-3g-dev openssl-dev \
    1.22 -attr-dev mtools cdrkit syslinux cabextract"
    1.23 +DEPENDS="cabextract cdrkit fuse libcrypto libxml2 mtools ntfs-3g 
    1.24 +	syslinux zlib"
    1.25 +BUILD_DEPENDS="attr-dev cabextract cdrkit fuse-dev libxml2-dev mtools 
    1.26 +	ntfs-3g-dev openssl-dev pkg-config syslinux"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.33 -	make && make DESTDIR=$DESTDIR install
    1.34 +	make &&
    1.35 +	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.