wok-6.x annotate xorg-libXp/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
rcx@3505 | 1 # SliTaz package receipt. |
rcx@3505 | 2 |
rcx@3505 | 3 PACKAGE="xorg-libXp" |
Hans-G?nter@22220 | 4 VERSION="1.0.3" |
rcx@3505 | 5 CATEGORY="development" |
rcx@3505 | 6 SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices." |
rcx@3505 | 7 MAINTAINER="rcx@zoominternet.net" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22220 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22220 | 10 |
slaxemulator@14610 | 11 SOURCE="libXp" |
rcx@3505 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
slaxemulator@14610 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
rcx@3505 | 14 |
pascal@14569 | 15 DEPENDS="xorg-libXext" |
pascal@14569 | 16 BUILD_DEPENDS="xorg-libXext-dev xorg-printproto" |
pascal@14569 | 17 |
Hans-G?nter@22220 | 18 HOST_ARCH="i486 arm" |
Hans-G?nter@22220 | 19 |
rcx@3505 | 20 # Rules to configure and make the package. |
rcx@3505 | 21 compile_rules() |
rcx@3505 | 22 { |
Hans-G?nter@22220 | 23 ./configure \ |
pankso@16131 | 24 $CONFIGURE_ARGS && |
Hans-G?nter@22220 | 25 make && |
Hans-G?nter@22220 | 26 make install |
rcx@3505 | 27 } |
rcx@3505 | 28 |
rcx@3505 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3505 | 30 genpkg_rules() |
rcx@3505 | 31 { |
rcx@3505 | 32 mkdir -p $fs/usr/lib |
pascal@14569 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
rcx@3505 | 34 } |