wok-next view xorg-xf86-video-fbturbo/receipt @ rev 20566

linld, screenfetch: create $install tree (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:30:46 2018 +0200 (2018-04-10)
parents 41c6e4b2a165
children 10df65db91ad
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 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="xorg-server"
32 }