wok-6.x annotate xorg-libXaw3d/receipt @ rev 23638
updated sed (4.7 -> 4.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:17:35 2020 +0100 (2020-04-20) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@13914 | 1 # SliTaz package receipt. |
pascal@13914 | 2 |
pascal@13914 | 3 PACKAGE="xorg-libXaw3d" |
Hans-G?nter@22208 | 4 VERSION="1.6.3" |
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" |
Hans-G?nter@22208 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22208 | 10 |
pascal@13914 | 11 SOURCE="libXaw3d" |
pascal@13914 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@13914 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pascal@13914 | 14 |
pascal@13916 | 15 DEPENDS="xorg-libXmu" |
Hans-G?nter@22208 | 16 BUILD_DEPENDS="util-linux-uuid-dev xorg-libXmu-dev" |
Hans-G?nter@22208 | 17 |
Hans-G?nter@22208 | 18 HOST_ARCH="i486 arm" |
pascal@13914 | 19 |
pascal@13914 | 20 # Rules to configure and make the package. |
pascal@13914 | 21 compile_rules() |
pascal@13914 | 22 { |
Hans-G?nter@22208 | 23 ./configure \ |
Hans-G?nter@22208 | 24 --sysconfdir=/etc \ |
Hans-G?nter@22208 | 25 --localstatedir=/var \ |
pascal@13914 | 26 $CONFIGURE_ARGS && |
Hans-G?nter@22208 | 27 make && |
Hans-G?nter@22208 | 28 make install |
pascal@13914 | 29 } |
pascal@13914 | 30 |
pascal@13914 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13914 | 32 genpkg_rules() |
pascal@13914 | 33 { |
pascal@13914 | 34 mkdir -p $fs/usr/lib |
pascal@13914 | 35 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13914 | 36 } |