wok view xorg-xf86-video-s3virge/receipt @ rev 14732

Add xorg-xf86-video-cirrus, xorg-xf86-video-mach64, xorg-xf86-video-s3virge, xorg-xf86-video-savage, xorg-xf86-video-sis, xorg-xf86-video-tseng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 13:22:51 2013 +0200 (2013-06-13)
parents
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xf86-video-s3virge"
4 VERSION="1.10.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for Trident S3 virge cards."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="xf86-video-s3virge"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
12 TAGS="xorg display"
14 DEPENDS="xorg-server"
15 BUILD_DEPENDS="xorg-server-dev"
17 MODS='/usr/lib/X11/modules'
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure \
24 --prefix=/usr \
25 --sysconfdir=/etc \
26 --mandir=/usr/share/man \
27 --localstatedir=/var \
28 --with-xorg-module-dir=$MODS \
29 $CONFIGURE_ARGS &&
30 make &&
31 make DESTDIR=$DESTDIR install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 mkdir -p $fs/usr/lib/X11/modules/drivers/
38 cp -a $install/usr/lib/X11/modules/drivers/*.so \
39 $fs/usr/lib/X11/modules/drivers/
40 }