wok-next annotate xorg-libXinerama/receipt @ rev 15791
Add openvpn-down-root (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 16 11:04:41 2014 +0000 (2014-01-16) |
parents | 48bd3d8ae881 |
children | 53082fab5f1e |
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" |
pascal@15579 | 8 LICENSE="MIT" |
pankso@20 | 9 SOURCE="libXinerama" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@10369 | 11 WEB_SITE="http://www.x.org/" |
pankso@10369 | 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@10371 | 13 CROSS="bug: can not run test program" |
pankso@10369 | 14 |
slaxemulator@8029 | 15 DEPENDS="xorg-libXext" |
slaxemulator@8029 | 16 BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto" |
pankso@20 | 17 |
pankso@20 | 18 # Rules to configure and make the package. |
pankso@20 | 19 compile_rules() |
pankso@20 | 20 { |
pankso@3012 | 21 cd $src |
pankso@3012 | 22 ./configure \ |
pankso@10369 | 23 --prefix=/usr \ |
pankso@10369 | 24 --sysconfdir=/etc \ |
pankso@10369 | 25 --localstatedir=/var \ |
pankso@12514 | 26 $CONFIGURE_ARGS && |
pankso@10369 | 27 make && make install |
pankso@20 | 28 } |
pankso@20 | 29 |
pankso@20 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 31 genpkg_rules() |
pankso@20 | 32 { |
pankso@20 | 33 mkdir -p $fs/usr/lib |
pankso@12514 | 34 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 35 } |