wok-next view spl/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 5609d4188484
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="spl"
4 VERSION="0.7.3"
5 EXTRAVERSION="_$kvers"
6 CATEGORY="system-tools"
7 SHORT_DESC="Solaris Porting Layer for ZFS"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://zfsonlinux.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/zfsonlinux/zfs/releases/download/zfs-$VERSION/$TARBALL"
15 BUILD_DEPENDS="linux-module-headers xz"
16 SPLIT="spl-src spl"
18 compile_rules() {
19 ./configure \
20 --with-linux=/usr/src/linux \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 spl-src)
30 copy /usr/src/
31 CAT="system-tools|development files"
32 ;;
33 spl)
34 copy @std @rm
35 ;;
36 esac
37 }