wok view xorg-libXcomposite/receipt @ rev 2213

openssh*: --libexecdir=/usr/sbin (no /usr/libexec)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:41:17 2009 +0100 (2009-02-11)
parents da39ce2eb72c
children 413b0174114a
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXcomposite"
4 VERSION="0.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg composite extension."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="libXcomposite"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --sysconfdir=/etc \
18 --mandir=/usr/share/man --localstatedir=/var \
19 $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 strip -s $fs/usr/lib/*
30 }