wok-next annotate xorg-libXinerama/receipt @ rev 12629
exosip: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 29 12:47:50 2012 +0200 (2012-04-29) |
parents | 27c164307b32 |
children | 48bd3d8ae881 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXinerama" |
pankso@12514 | 4 VERSION="1.1.2" |
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 } |