wok annotate xorg-libXp/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents 48bd3d8ae881
children eb8067417980
rev   line source
rcx@3505 1 # SliTaz package receipt.
rcx@3505 2
rcx@3505 3 PACKAGE="xorg-libXp"
rcx@3505 4 SOURCE="libXp"
pascal@14569 5 VERSION="1.0.2"
rcx@3505 6 CATEGORY="development"
rcx@3505 7 SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices."
rcx@3505 8 MAINTAINER="rcx@zoominternet.net"
slaxemulator@14610 9 SOURCE="libXp"
rcx@3505 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
rcx@3505 11 WEB_SITE="http://www.x.org/"
slaxemulator@14610 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@10382 13 CROSS="bug: can not run test programm"
rcx@3505 14
pascal@14569 15 DEPENDS="xorg-libXext"
pascal@14569 16 BUILD_DEPENDS="xorg-libXext-dev xorg-printproto"
pascal@14569 17
rcx@3505 18 # Rules to configure and make the package.
rcx@3505 19 compile_rules()
rcx@3505 20 {
rcx@3505 21 cd $src
rcx@3505 22 ./configure \
pankso@10382 23 --build=$HOST_SYSTEM \
pankso@10382 24 --host=$HOST_SYSTEM &&
pankso@10382 25 make && make install
rcx@3505 26 }
rcx@3505 27
rcx@3505 28 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3505 29 genpkg_rules()
rcx@3505 30 {
rcx@3505 31 mkdir -p $fs/usr/lib
pascal@14569 32 cp -a $install/usr/lib/*.so* $fs/usr/lib
rcx@3505 33 }
rcx@3505 34