wok-current annotate xorg-xhost/receipt @ rev 22286
updated xorg-xhost (1.0.5 -> 1.0.8)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 14:56:58 2019 +0100 (2019-11-13) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@13739 | 1 # SliTaz package receipt. |
pascal@13739 | 2 |
pascal@13739 | 3 PACKAGE="xorg-xhost" |
Hans-G?nter@22286 | 4 VERSION="1.0.8" |
pascal@13739 | 5 CATEGORY="x-window" |
pascal@13739 | 6 SHORT_DESC="Server access control program for X." |
pascal@13739 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22286 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22286 | 10 |
pascal@13739 | 11 SOURCE="xhost" |
pascal@13739 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@13739 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pascal@13739 | 14 |
pascal@13739 | 15 DEPENDS="xorg" |
pascal@13739 | 16 BUILD_DEPENDS="xorg-dev" |
pascal@13739 | 17 |
pascal@13739 | 18 # Rules to configure and make the package. |
pascal@13739 | 19 compile_rules() |
pascal@13739 | 20 { |
Hans-G?nter@22286 | 21 ./configure \ |
Hans-G?nter@22286 | 22 --mandir=/usr/share/man \ |
pascal@13739 | 23 $CONFIGURE_ARGS && |
Hans-G?nter@22286 | 24 make && |
Hans-G?nter@22286 | 25 make install |
pascal@13739 | 26 } |
pascal@13739 | 27 |
pascal@13739 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13739 | 29 genpkg_rules() |
pascal@13739 | 30 { |
pascal@13739 | 31 mkdir -p $fs/usr |
pascal@13739 | 32 cp -a $install/usr/bin $fs/usr |
pascal@13739 | 33 } |