wok-next view xorg-xf86-video-fbdev/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents cd7906120828
children f99935f1778a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-video-fbdev"
4 VERSION="0.5.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg video driver for framebuffer device"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/fbdev/"
10 REPOLOGY="xdrv:fbdev"
12 TARBALL="xf86-video-fbdev-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 # ARM use build system xorg-server-dev or manually install it in sysroot
16 BUILD_DEPENDS_arm=" "
17 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \
18 xorg-libXrender-dev xorg-libXv-dev xorg-xproto xorg-fontsproto"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="xorg-server" # implicit
30 TAGS="xorg display"
31 }