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

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents 953234057bb6
children ea3c4b76ea5d
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xf86-video-nouveau"
4 VERSION="1.0.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server nouveau (nVidia) driver."
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://nouveau.freedesktop.org/wiki/"
10 TAGS="xorg display"
12 TARBALL="xf86-video-nouveau-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 DEPENDS="eudev libdrm libdrm-nouveau"
16 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \
17 xorg-libXrender-dev xorg-libXv-dev eudev-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 --localstatedir=/var \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy *.so
33 }