wok-next annotate xorg-gccmakedep/receipt @ rev 19719

Up xorg-makedepend (1.0.5), xorg-gccmakedep (1.0.3), xorg-imake (1.0.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 24 11:59:19 2017 +0200 (2017-05-24)
parents eb8067417980
children ea3c4b76ea5d
rev   line source
pascal@3530 1 # SliTaz package receipt.
pascal@3530 2
pascal@3530 3 PACKAGE="xorg-gccmakedep"
pascal@19719 4 VERSION="1.0.3"
pascal@3530 5 CATEGORY="x-window"
pascal@3530 6 SHORT_DESC="X gccmakedep utility."
pascal@3530 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
pascal@3530 9 SOURCE="gccmakedep"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@3530 11 WEB_SITE="http://www.x.org/"
pascal@3530 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
pascal@3530 13
pascal@15579 14 BUILD_DEPENDS="xorg-dev-proto"
pascal@15579 15
pascal@3530 16 # Rules to configure and make the package.
pascal@3530 17 compile_rules()
pascal@3530 18 {
pascal@3530 19 ./configure --prefix=/usr --mandir=/usr/share/man \
pascal@3530 20 $CONFIGURE_ARGS
pascal@3530 21 make
pascal@15579 22 make DESTDIR=$DESTDIR install
pascal@15579 23 chmod +x $DESTDIR/usr/bin/*
pascal@3530 24 }
pascal@3530 25
pascal@3530 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3530 27 genpkg_rules()
pascal@3530 28 {
pascal@3530 29 mkdir -p $fs/usr
pascal@15579 30 cp -a $install/usr/bin $fs/usr
pascal@3530 31 }