wok annotate xorg-videoproto/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 5ddb4d29b420
children e68abb67e0b5
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-videoproto"
gokhlayeh@6993 4 VERSION="2.3.1"
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@14604 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="videoproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 13
pascal@15598 14 DEPENDS="xorg-libX11-dev xorg-xproto pkg-config"
gokhlayeh@6993 15 BUILD_DEPENDS="xorg-util-macros"
pankso@87 16
pankso@87 17 # Rules to configure and make the package.
pankso@87 18 compile_rules()
pankso@87 19 {
al@14604 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
al@14604 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
pankso@87 26 }
pankso@87 27
pankso@87 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 29 genpkg_rules()
pankso@87 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
al@14604 34 cp -a $install/* $fs
al@14604 35 rm -rf $fs/usr/share/doc
pankso@87 36 }