wok-6.x annotate xorg-xhost/receipt @ rev 14926
enna: add old default type for edc files.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 07 13:00:15 2013 +0000 (2013-08-07) |
parents | |
children | eb8067417980 |
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@13739 | 8 SOURCE="xhost" |
pascal@13739 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@13739 | 10 WEB_SITE="http://www.x.org/" |
pascal@13739 | 11 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pascal@13739 | 12 |
pascal@13739 | 13 DEPENDS="xorg" |
pascal@13739 | 14 BUILD_DEPENDS="xorg-dev" |
pascal@13739 | 15 |
pascal@13739 | 16 # Rules to configure and make the package. |
pascal@13739 | 17 compile_rules() |
pascal@13739 | 18 { |
pascal@13739 | 19 cd $src |
pascal@13739 | 20 ./configure \ |
pascal@13739 | 21 --mandir=/usr/share/man \ |
pascal@13739 | 22 $CONFIGURE_ARGS && |
pascal@13739 | 23 make && make install |
pascal@13739 | 24 } |
pascal@13739 | 25 |
pascal@13739 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13739 | 27 genpkg_rules() |
pascal@13739 | 28 { |
pascal@13739 | 29 mkdir -p $fs/usr |
pascal@13739 | 30 cp -a $install/usr/bin $fs/usr |
pascal@13739 | 31 } |