wok diff spl/receipt @ rev 22506
updated asterisk-sound-fr (1.4.16 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 01 13:38:34 2020 +0100 (2020-01-01) |
parents | a78610b2eb47 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/spl/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/spl/receipt Wed Jan 01 13:38:34 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="spl" 1.7 -VERSION="0.7.7" 1.8 +VERSION="0.7.13" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Solaris Porting LAyer for ZFS." 1.11 +SHORT_DESC="Solaris Porting Layer for ZFS." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://zfsonlinux.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="https://github.com/zfsonlinux/zfs/releases/download/zfs-$VERSION/$TARBALL" 1.18 1.19 @@ -16,10 +17,11 @@ 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - ./configure --prefix=/usr \ 1.24 - --mandir=/usr/share/man \ 1.25 - --with-linux=/usr/src/linux \ 1.26 - $CONFIGURE_ARGS && 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 + --mandir=/usr/share/man \ 1.30 + --with-linux=/usr/src/linux \ 1.31 + $CONFIGURE_ARGS && 1.32 make && 1.33 make DESTDIR=$DESTDIR install 1.34 } 1.35 @@ -28,7 +30,9 @@ 1.36 genpkg_rules() 1.37 { 1.38 EXTRAVERSION="_${kvers}" 1.39 + 1.40 mkdir -p $fs/usr 1.41 - cp -a $install/usr/sbin $fs/usr 1.42 - cp -a $install/lib $fs 1.43 + 1.44 + cp -a $install/usr/sbin $fs/usr 1.45 + cp -a $install/lib $fs 1.46 }