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

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 10df65db91ad
children 02b674913611
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"
10 REPOLOGY="xdrv:fbturbo"
12 TARBALL="xf86-video-fbturbo-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
15 # 0.4.0 ---> fatal error: dri2.h: No such file or directory
16 #
17 # We must have DRI support into Xorg server. This is not the case
18 # actually because I stripped down Xorg build since it mesa are not
19 # ported yet.
21 BUILD_DEPENDS="xorg-server-dev automake autoconf libtool"
23 compile_rules() {
24 autoreconf -vi
25 ./configure $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 genpkg_rules() {
32 copy @std
33 DEPENDS="xorg-server"
34 }