wok-next view xf86-video-geode/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-geode"
4 VERSION="2.11.19" # 2016-12-12
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg video driver for AMD Geode GX and LX video cards"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/GeodeDriver/"
10 REPOLOGY="xdrv:geode"
11 HOST_ARCH="i486"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="aaa8bc5be88f22b802c01cad813c259f02a46945"
17 BUILD_DEPENDS="util-macros xorg-server-dev"
18 DEPENDS="xorg-server"
20 compile_rules() {
21 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 TAGS="Xorg display"
31 PROVIDE="xorg-xf86-video-geode"