wok-next view xf86-video-suncg3/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-suncg3"
4 VERSION="1.1.2" # 2013-01-22
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for Sun CG3 video cards"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:suncg3"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="d66cf986a8c58e9b6c288400d7f50f7d209c974d"
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-suncg3"