wok-next annotate xorg-xf86-video-cirrus/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents d305457ae6b8
children cd7906120828
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@14732 2
pascal@14732 3 PACKAGE="xorg-xf86-video-cirrus"
al@19805 4 VERSION="1.5.3"
pascal@14732 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg driver for Cirrus cards"
pascal@14732 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/cirrus/"
al@19805 10
al@19805 11 TARBALL="xf86-video-cirrus-$VERSION.tar.bz2"
pascal@14732 12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pascal@14732 13
pascal@14732 14 BUILD_DEPENDS="xorg-server-dev"
pascal@14732 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
pascal@14732 19 make &&
al@19805 20 make install
pascal@14732 21 }
pascal@14732 22
al@20534 23 genpkg_rules() {
al@20544 24 copy @std
al@20544 25 DEPENDS="xorg-server"
al@20544 26 TAGS="xorg display"
pascal@14732 27 }