wok-next annotate xorg-makedepend/receipt @ rev 20217

libnfc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 10:55:27 2017 +0100 (2017-11-05)
parents d7cac426f075
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
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@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10
al@19805 11 TARBALL="makedepend-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
al@14604 13
gokhlayeh@8080 14 BUILD_DEPENDS="xorg-xproto"
al@19805 15 PKG_RULE="std"
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@19805 31 copy @std
al@19805 32 DEPENDS="xorg-xproto"
gokhlayeh@8080 33 }