wok annotate xorg-compositeproto/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents a09e9d64e4c9
children 3af9c976b7d4
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-compositeproto"
slaxemulator@7019 4 VERSION="0.4.2"
pankso@200 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Composite 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="compositeproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 13
al@14604 14 DEPENDS="xorg-fixesproto"
gokhlayeh@7713 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 }