wok-6.x rev 16279
Add: xorg-xf86-video-nouveau (1.0.10)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Apr 05 22:54:38 2014 +0000 (2014-04-05) |
parents | 695d6fabe4f1 |
children | f281cdc8af83 |
files | xorg-xf86-video-nouveau/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-xf86-video-nouveau/receipt Sat Apr 05 22:54:38 2014 +0000 1.3 @@ -0,0 +1,39 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xorg-xf86-video-nouveau" 1.7 +VERSION="1.0.10" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xorg server nouveau (nvidia) driver." 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +LICENSE="GPL" 1.12 +SOURCE="xf86-video-nouveau" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://nouveau.freedesktop.org/" 1.15 +WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.16 +TAGS="xorg display" 1.17 + 1.18 +DEPENDS="xorg-server mesa-dri-nouveau libpthread-stubs" 1.19 +BUILD_DEPENDS="xorg-server-dev libpthread-stubs-dev" 1.20 + 1.21 +MODS='/usr/lib/X11/modules' 1.22 + 1.23 +# Rules to configure and make the package. 1.24 +compile_rules() 1.25 +{ 1.26 + cd $src 1.27 + ./configure \ 1.28 + --sysconfdir=/etc \ 1.29 + --mandir=/usr/share/man \ 1.30 + --localstatedir=/var \ 1.31 + --with-xorg-module-dir=$MODS \ 1.32 + --enable-dri \ 1.33 + $CONFIGURE_ARGS && 1.34 + make && make install 1.35 +} 1.36 + 1.37 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.38 +genpkg_rules() 1.39 +{ 1.40 + mkdir -p ${fs}${MODS}/drivers 1.41 + cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers/ 1.42 +}