wok-next view xf86-video-savage/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-savage"
4 VERSION="2.3.9" # 2017-01-17
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for the S3 Savage family video accelerator chips"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/savage/"
10 REPOLOGY="xdrv:savage"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="5896fc5560c4b7242a5d3df2e6840f09f4995a4c"
16 BUILD_DEPENDS="util-macros xorg-server-dev"
17 DEPENDS="xorg-server"
19 compile_rules() {
20 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 TAGS="Xorg display"
30 PROVIDE="xorg-xf86-video-savage"