wok-next view xvinfo/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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xvinfo"
4 VERSION="1.1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Print out X-Video extension adaptor information"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 TARBALL_SHA1="08ff744f7735317fd2fe1b0d2feba8c34cc2e5eb"
16 BUILD_DEPENDS="util-macros libxv-dev libx11-dev xorgproto"
17 DEPENDS="libx11 libxv"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 TAGS="Xorg"
27 PROVIDE="xorg-xvinfo"