wok-next view xorg-libpciaccess/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 757d032c55c7
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libpciaccess"
4 VERSION="0.13.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server module"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html"
12 TARBALL="libpciaccess-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros"
16 SPLIT="xorg-libpciaccess-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-libpciaccess) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }