wok-next view xorg-xf86-video-fbdev/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-xf86-video-fbdev"
4 VERSION="0.4.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg video driver for framebuffer device"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/fbdev/"
11 TARBALL="xf86-video-fbdev-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 # ARM use build system xorg-server-dev or manually install it in sysroot
15 BUILD_DEPENDS_arm=" "
16 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \
17 xorg-libXrender-dev xorg-libXv-dev xorg-xproto xorg-fontsproto"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="xorg-server"
29 TAGS="xorg display"
30 }