wok-next view xorg-xf86-video-nouveau/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents d305457ae6b8
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-video-nouveau"
4 VERSION="1.0.15"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for NVIDIA video cards"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://nouveau.freedesktop.org/wiki/"
11 TARBALL="xf86-video-nouveau-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \
15 xorg-libXrender-dev xorg-libXv-dev eudev-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="eudev libdrm libdrm-nouveau"
27 TAGS="xorg display"
28 }