wok-next annotate xf86-video-fbdev/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xf86-video-fbdev"
al@21072 4 VERSION="0.5.0" # 2018-05-30
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Xorg video driver for framebuffer device"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/fbdev/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-fbdev-driver"
al@21072 11 REPOLOGY="xdrv:fbdev"
al@21072 12
al@21072 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
al@21072 15 TARBALL_SHA1="8d79ec615cb54436ff96dc94b74775db6dc47aff"
al@21072 16
al@21072 17 BUILD_DEPENDS="util-macros xorg-server-dev libxrandr-dev libxrender-dev \
al@21072 18 libxv-dev xorgproto"
al@21072 19 DEPENDS="xorg-server" # implicit
al@21072 20
al@21072 21 compile_rules() {
al@21072 22 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
al@21072 23
al@21072 24 ./configure $CONFIGURE_ARGS &&
al@21072 25 fix libtool &&
al@21072 26 make &&
al@21072 27 make install
al@21072 28 }
al@21072 29
al@21072 30 TAGS="Xorg display"
al@21072 31
al@21072 32 PROVIDE="xorg-xf86-video-fbdev"