# HG changeset patch # User Hans-G?nter Theisgen # Date 1570551252 -3600 # Node ID 57d118eb479c6d501da6772363a6e8ae317efab5 # Parent 16f593bc1840eaf503603caadcbb8844309d274f updated spl (0.7.7 -> 0.7.13) diff -r 16f593bc1840 -r 57d118eb479c spl/receipt --- a/spl/receipt Tue Oct 08 15:37:59 2019 +0100 +++ b/spl/receipt Tue Oct 08 17:14:12 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="spl" -VERSION="0.7.7" +VERSION="0.7.13" CATEGORY="system-tools" -SHORT_DESC="Solaris Porting LAyer for ZFS." +SHORT_DESC="Solaris Porting Layer for ZFS." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://zfsonlinux.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/zfsonlinux/zfs/releases/download/zfs-$VERSION/$TARBALL" @@ -16,10 +17,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --with-linux=/usr/src/linux \ - $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --with-linux=/usr/src/linux \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } @@ -28,7 +30,9 @@ genpkg_rules() { EXTRAVERSION="_${kvers}" + mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/lib $fs + + cp -a $install/usr/sbin $fs/usr + cp -a $install/lib $fs }