wok-next view xf86-video-fbturbo/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-fbturbo"
4 VERSION="0.4.0.postgit20151006" # 2015-10-06
5 COMMIT="f9a6ed7"
6 CATEGORY="x-window"
7 SHORT_DESC="Xorg DDX driver for ARM devices (Allwinner, RPi and others)"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://github.com/ssvb/xf86-video-fbturbo"
11 REPOLOGY="xdrv:fbturbo"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="$WEB_SITE/archive/${COMMIT:-VERSION}.tar.gz"
15 TARBALL_SHA1="947fa3d5db6431ef281e1fa475618c1228b38c52"
17 BUILD_DEPENDS="util-macros xorg-server-dev automake autoconf libtool"
18 DEPENDS="xorg-server"
20 compile_rules() {
21 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
23 autoreconf -vi
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 TAGS="Xorg display"
32 PROVIDE="xorg-xf86-video-fbturbo"