wok annotate xorg-libXxf86dga/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@14627 | 1 # SliTaz package receipt. |
pascal@14627 | 2 |
pascal@14627 | 3 PACKAGE="xorg-libXxf86dga" |
Hans-G?nter@22232 | 4 VERSION="1.1.5" |
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@22232 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22232 | 10 |
pascal@14627 | 11 SOURCE="libXxf86dga" |
pascal@14627 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@14627 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pascal@14627 | 14 |
pascal@14627 | 15 DEPENDS="" |
Hans-G?nter@22232 | 16 BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev |
Hans-G?nter@22232 | 17 xorg-util-macros xorg-xf86dgaproto xorg-xproto" |
pascal@14627 | 18 |
pascal@14627 | 19 # Rules to configure and make the package. |
pascal@14627 | 20 compile_rules() |
pascal@14627 | 21 { |
Hans-G?nter@22232 | 22 ./configure \ |
Hans-G?nter@22232 | 23 --sysconfdir=/etc \ |
Hans-G?nter@22232 | 24 --mandir=/usr/share/man \ |
Hans-G?nter@22232 | 25 --localstatedir=/var \ |
pascal@14627 | 26 $CONFIGURE_ARGS && |
Hans-G?nter@22232 | 27 make && |
Hans-G?nter@22232 | 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 } |