wok-next diff libgpg-error/receipt @ rev 20406

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents d7873beccb0f
children 0e7893ac206d
line diff
     1.1 --- a/libgpg-error/receipt	Tue Jun 13 20:33:22 2017 +0300
     1.2 +++ b/libgpg-error/receipt	Fri Dec 08 02:55:48 2017 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="erjo@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libgpg-error.html"
     1.8  HOST_ARCH="i486 arm"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11 @@ -17,22 +18,18 @@
    1.12  BUILD_DEPENDS="gettext"
    1.13  SPLIT="libgpg-error-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 +compile_rules() {
    1.19  	./configure $CONFIGURE_ARGS && make && make install
    1.20  }
    1.21  
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 +genpkg_rules() {
    1.26  	case $PACKAGE in
    1.27  		libgpg-error)
    1.28 -			copy gpg-error *.so*
    1.29 +			copy @std
    1.30 +			rm -r $fs/usr/share/common-lisp/
    1.31  			;;
    1.32  		*-dev)
    1.33 -			copy @std @dev
    1.34 -			remove_already_packed
    1.35 +			copy @std @dev @rm
    1.36  			;;
    1.37  	esac
    1.38  }