wok annotate xorg-xhost/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 6c6481d419b2
children 814c58f64f83
rev   line source
pascal@13739 1 # SliTaz package receipt.
pascal@13739 2
pascal@13739 3 PACKAGE="xorg-xhost"
pascal@13739 4 VERSION="1.0.5"
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"
pascal@13739 9 SOURCE="xhost"
pascal@13739 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@13739 11 WEB_SITE="http://www.x.org/"
pascal@13739 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@13739 13
pascal@13739 14 DEPENDS="xorg"
pascal@13739 15 BUILD_DEPENDS="xorg-dev"
pascal@13739 16
pascal@13739 17 # Rules to configure and make the package.
pascal@13739 18 compile_rules()
pascal@13739 19 {
pascal@13739 20 cd $src
pascal@13739 21 ./configure \
pascal@13739 22 --mandir=/usr/share/man \
pascal@13739 23 $CONFIGURE_ARGS &&
pascal@13739 24 make && make install
pascal@13739 25 }
pascal@13739 26
pascal@13739 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13739 28 genpkg_rules()
pascal@13739 29 {
pascal@13739 30 mkdir -p $fs/usr
pascal@13739 31 cp -a $install/usr/bin $fs/usr
pascal@13739 32 }