wok-next annotate xorg-videoproto/receipt @ rev 19701

tcptrack: remove -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 10:57:18 2017 +0200 (2017-04-26)
parents e68abb67e0b5
children f463de72afe3
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-videoproto"
al@19634 4 VERSION="2.3.3"
pankso@200 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Video extension headers"
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10 HOST_ARCH="i486 arm"
al@19634 11
al@19634 12 TARBALL="videoproto-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 14
pascal@15598 15 DEPENDS="xorg-libX11-dev xorg-xproto pkg-config"
gokhlayeh@6993 16 BUILD_DEPENDS="xorg-util-macros"
pankso@87 17
pankso@87 18 # Rules to configure and make the package.
pankso@87 19 compile_rules()
pankso@87 20 {
al@19634 21 ./configure $CONFIGURE_ARGS && make && make install
pankso@87 22 }
pankso@87 23
pankso@87 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 25 genpkg_rules()
pankso@87 26 {
al@19634 27 cook_copy_files *.h *.pc
pankso@87 28 }