wok view xorg-libXinerama/receipt @ rev 12551

Up: lftp (4.3.6)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 27 15:46:00 2012 +0200 (2012-04-27)
parents 27c164307b32
children 48bd3d8ae881
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXinerama"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server module."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="libXinerama"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
12 CROSS="bug: can not run test program"
14 DEPENDS="xorg-libXext"
15 BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 --prefix=/usr \
23 --sysconfdir=/etc \
24 --localstatedir=/var \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 }