wok-6.x diff wimlib/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | 86790a278e70 |
children | 83b97236db32 |
line diff
1.1 --- a/wimlib/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/wimlib/receipt Sun Jan 12 16:58:49 2020 +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.