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

linux-cloop: tiny patch (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 18:03:36 2017 +0100 (2017-11-06)
parents d7cac426f075
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@3530 2
pascal@3530 3 PACKAGE="xorg-gccmakedep"
pascal@19719 4 VERSION="1.0.3"
pascal@3530 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="X gccmakedep utility"
pascal@3530 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10
al@19805 11 TARBALL="gccmakedep-$VERSION.tar.bz2"
pascal@3530 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
pascal@3530 13
al@19805 14 BUILD_DEPENDS="xorg-util-macros"
al@19805 15 PKG_RULE="std"
pascal@15579 16
pascal@3530 17 # Rules to configure and make the package.
pascal@3530 18 compile_rules()
pascal@3530 19 {
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make install
pascal@3530 26 }
pascal@3530 27
pascal@3530 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3530 29 genpkg_rules()
pascal@3530 30 {
al@19805 31 copy @std
pascal@3530 32 }