wok view xorg-libFS/receipt @ rev 14627

Add xorg-libXxf86dga xorg-libXres xorg-libFS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 01 18:55:13 2013 +0200 (2013-06-01)
parents
children 303cc9eb28c5
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libFS"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="libFS"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --sysconfdir=/etc \
22 --mandir=/usr/share/man \
23 --localstatedir=/var \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 }