wok-next annotate xorg-makedepend/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 5ddb4d29b420
children ea3c4b76ea5d
rev   line source
gokhlayeh@8080 1 # SliTaz package receipt.
gokhlayeh@8080 2
gokhlayeh@8080 3 PACKAGE="xorg-makedepend"
pascal@19719 4 VERSION="1.0.5"
al@14604 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Create dependencies in makefiles"
gokhlayeh@8080 7 MAINTAINER="gokhlayeh@slitaz.org"
al@14604 8 LICENSE="other"
al@14604 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="makedepend"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
al@14604 13
al@14604 14 DEPENDS="glibc-base xorg-xproto"
gokhlayeh@8080 15 BUILD_DEPENDS="xorg-xproto"
gokhlayeh@8080 16
gokhlayeh@8080 17 # Rules to configure and make the package.
gokhlayeh@8080 18 compile_rules()
gokhlayeh@8080 19 {
al@14604 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
al@14604 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
gokhlayeh@8080 26 }
gokhlayeh@8080 27
gokhlayeh@8080 28 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8080 29 genpkg_rules()
gokhlayeh@8080 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
al@14604 34 cp -a $install/usr/bin $fs/usr
gokhlayeh@8080 35 }