wok-next annotate xorg-xf86-video-vesa/receipt @ rev 20814

palemoon: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 19:28:54 2018 +0000 (2018-06-13)
parents 757d032c55c7
children cd7906120828
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@88 2
pankso@88 3 PACKAGE="xorg-xf86-video-vesa"
al@19805 4 VERSION="2.3.4"
pankso@88 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg driver for generic VESA video cards"
pankso@88 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/vesa/"
al@19805 10
al@19805 11 TARBALL="xf86-video-vesa-$VERSION.tar.bz2"
pankso@88 12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pankso@88 13
pankso@10781 14 BUILD_DEPENDS="xorg-server-dev"
pankso@12530 15
al@20443 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20443 18 fix libtool &&
al@19805 19 make &&
al@19805 20 make install
pankso@88 21 }
pankso@88 22
al@20443 23 genpkg_rules() {
al@20544 24 copy @std
al@20544 25 # We can use xorg-server-light with evdev and vesa driver.
al@20544 26 #DEPENDS="xorg-server"
al@20544 27 TAGS="xorg display"
pankso@88 28 }