wok-next view xorg-xf86-video-fbturbo/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 dfe25744cfaf
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-video-fbturbo"
4 VERSION="0.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg DDX driver for ARM devices (Allwinner, RPi and others)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/ssvb/xf86-video-fbturbo"
11 TARBALL="xf86-video-fbturbo-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 # 0.4.0 ---> fatal error: dri2.h: No such file or directory
15 #
16 # We must have DRI support into Xorg server. This is not the case
17 # actually because I stripped down Xorg build since it mesa are not
18 # ported yet.
20 BUILD_DEPENDS="xorg-server-dev automake autoconf libtool"
22 compile_rules() {
23 autoreconf -vi
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="xorg-server"
33 }