wok-current annotate xorg-libXcursor/receipt @ rev 23695
updated terminator (1.91 -> 1.92)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 07:35:16 2020 +0100 (2020-04-27) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXcursor" |
Hans-G?nter@22210 | 4 VERSION="1.2.0" |
pankso@20 | 5 CATEGORY="x-window" |
Hans-G?nter@22210 | 6 SHORT_DESC="X Cursor Library." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
al@14644 | 8 LICENSE="other" |
Hans-G?nter@22210 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22210 | 10 |
pankso@20 | 11 SOURCE="libXcursor" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@14571 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pascal@14571 | 14 |
al@14644 | 15 DEPENDS="xorg-libXfixes xorg-libXrender" |
Hans-G?nter@22210 | 16 BUILD_DEPENDS="xorg-libXfixes-dev xorg-libXrender-dev" |
Hans-G?nter@22210 | 17 |
Hans-G?nter@22210 | 18 HOST_ARCH="i486 arm" |
pankso@20 | 19 |
pankso@20 | 20 # Rules to configure and make the package. |
pankso@20 | 21 compile_rules() |
pankso@20 | 22 { |
Hans-G?nter@22210 | 23 ./configure \ |
Hans-G?nter@22210 | 24 --sysconfdir=/etc \ |
Hans-G?nter@22210 | 25 --localstatedir=/var \ |
Hans-G?nter@22210 | 26 --disable-static \ |
pascal@14571 | 27 $CONFIGURE_ARGS && |
pascal@14571 | 28 make && |
al@14644 | 29 make install |
pankso@20 | 30 } |
pankso@20 | 31 |
pankso@20 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 33 genpkg_rules() |
pankso@20 | 34 { |
pankso@20 | 35 mkdir -p $fs/usr/lib |
pascal@14571 | 36 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 37 } |