wok annotate xorg-libXres/receipt @ rev 22376
glibmm-dev was new compiled
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 27 16:57:11 2019 +0100 (2019-11-27) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@14627 | 1 # SliTaz package receipt. |
pascal@14627 | 2 |
pascal@14627 | 3 PACKAGE="xorg-libXres" |
Hans-G?nter@22225 | 4 VERSION="1.2.0" |
pascal@14627 | 5 CATEGORY="x-window" |
pascal@14627 | 6 SHORT_DESC="Xorg server module." |
pascal@14627 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22225 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22225 | 10 |
pascal@14627 | 11 SOURCE="libXres" |
pascal@14627 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@14627 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pascal@14627 | 14 |
pascal@14627 | 15 DEPENDS="xorg-libX11 xorg-libXext" |
Hans-G?nter@22225 | 16 BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev \ |
Hans-G?nter@22225 | 17 xorg-resourceproto xorg-util-macros" |
pascal@14627 | 18 |
pascal@14627 | 19 # Rules to configure and make the package. |
pascal@14627 | 20 compile_rules() |
pascal@14627 | 21 { |
Hans-G?nter@22225 | 22 ./configure \ |
Hans-G?nter@22225 | 23 --sysconfdir=/etc \ |
Hans-G?nter@22225 | 24 --mandir=/usr/share/man \ |
Hans-G?nter@22225 | 25 --localstatedir=/var \ |
pascal@14627 | 26 $CONFIGURE_ARGS && |
Hans-G?nter@22225 | 27 make && |
Hans-G?nter@22225 | 28 make install |
pascal@14627 | 29 } |
pascal@14627 | 30 |
pascal@14627 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14627 | 32 genpkg_rules() |
pascal@14627 | 33 { |
pascal@14627 | 34 mkdir -p $fs/usr/lib |
pascal@14627 | 35 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@14627 | 36 } |