wok-next view xf86-video-geode/receipt @ rev 21402
updated php (7.4.4 -> 7.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 21 07:47:41 2020 +0100 (2020-04-21) |
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"