wok annotate xorg-libXinerama/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 467c84f5e5df
children eb8067417980
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXinerama"
pascal@14569 4 VERSION="1.1.3"
pankso@20 5 CATEGORY="x-window"
pankso@20 6 SHORT_DESC="Xorg server module."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
pankso@20 8 SOURCE="libXinerama"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@10369 10 WEB_SITE="http://www.x.org/"
pankso@10369 11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@10371 12 CROSS="bug: can not run test program"
pankso@10369 13
slaxemulator@8029 14 DEPENDS="xorg-libXext"
slaxemulator@8029 15 BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto"
pankso@20 16
pankso@20 17 # Rules to configure and make the package.
pankso@20 18 compile_rules()
pankso@20 19 {
pankso@3012 20 cd $src
pankso@3012 21 ./configure \
pankso@10369 22 --prefix=/usr \
pankso@10369 23 --sysconfdir=/etc \
pankso@10369 24 --localstatedir=/var \
pankso@12514 25 $CONFIGURE_ARGS &&
pankso@10369 26 make && make install
pankso@20 27 }
pankso@20 28
pankso@20 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 30 genpkg_rules()
pankso@20 31 {
pankso@20 32 mkdir -p $fs/usr/lib
pankso@12514 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 34 }