wok-next view libgpg-error-dev/receipt @ rev 19645

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
parents ac006a7bf27c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libgpg-error-dev"
4 VERSION="1.26"
5 CATEGORY="development"
6 SHORT_DESC="Commons error messages for GnuPG headers."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
10 HOST_ARCH="i486 arm"
12 WANTED="libgpg-error"
13 DEPENDS="libgpg-error"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files gpg-error-config *.h *.la *.m4 \
19 *.lisp *.asd *.txt
20 }