wok view xorg-libXau/receipt @ rev 13302

exfat-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 28 18:26:06 2012 +0200 (2012-08-28)
parents c514cc4854d8
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXau"
4 VERSION="1.0.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg authorization routines."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="libXau"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 BUILD_DEPENDS="pkg-config xorg-xproto"
11 WEB_SITE="http://www.x.org/"
12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --sysconfdir=/etc \
20 --mandir=/usr/share/man \
21 --localstatedir=/var \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/*.so* $fs/usr/lib
31 }