wok-current view xorg-libXau/receipt @ rev 14102
maxima: up 5.29.1
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sat Feb 23 09:22:39 2013 -0800 (2013-02-23) |
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 }