wok annotate xorg-libXaw3d/receipt @ rev 16638
libvalhalla-dev: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 10:29:35 2014 +0000 (2014-05-12) |
parents | 4904e3d374a9 |
children | 814c58f64f83 |
rev | line source |
---|---|
pascal@13914 | 1 # SliTaz package receipt. |
pascal@13914 | 2 |
pascal@13914 | 3 PACKAGE="xorg-libXaw3d" |
pascal@13914 | 4 VERSION="1.6.2" |
pascal@13914 | 5 CATEGORY="x-window" |
pascal@13914 | 6 SHORT_DESC="Xorg server module." |
pascal@13914 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14714 | 8 LICENSE="MIT" |
pascal@13914 | 9 SOURCE="libXaw3d" |
pascal@13914 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@13914 | 11 WEB_SITE="http://www.x.org/" |
pascal@13914 | 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@16478 | 13 HOST_ARCH="i486 arm" |
pascal@13914 | 14 |
pascal@13916 | 15 DEPENDS="xorg-libXmu" |
pascal@13916 | 16 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev" |
pascal@13914 | 17 |
pascal@13914 | 18 # Rules to configure and make the package. |
pascal@13914 | 19 compile_rules() |
pascal@13914 | 20 { |
pascal@13914 | 21 cd $src |
pascal@13914 | 22 ./configure \ |
pascal@13914 | 23 --sysconfdir=/etc \ |
pascal@13914 | 24 --localstatedir=/var \ |
pascal@13914 | 25 $CONFIGURE_ARGS && |
pascal@13914 | 26 make && make install |
pascal@13914 | 27 } |
pascal@13914 | 28 |
pascal@13914 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13914 | 30 genpkg_rules() |
pascal@13914 | 31 { |
pascal@13914 | 32 mkdir -p $fs/usr/lib |
pascal@13914 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13914 | 34 } |