wok-next annotate xorg-cf-files/receipt @ rev 20010

Up rsnapshot (1.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:08:51 2017 +0200 (2017-10-21)
parents bfc47a018aaa
children 757d032c55c7
rev   line source
al@19793 1 # SliTaz package receipt v2.
rcx@3142 2
rcx@3142 3 PACKAGE="xorg-cf-files"
al@19793 4 VERSION="1.0.6"
rcx@3142 5 CATEGORY="development"
al@19805 6 SHORT_DESC="Config files used by Xorg and Imake"
rcx@3142 7 MAINTAINER="rcx@zoominternet.net"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19793 10
rcx@3142 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3142 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
rcx@3142 13
al@19805 14 PKG_RULE="std"
al@19805 15
rcx@3142 16 # Rules to configure and make the package.
rcx@3142 17 compile_rules()
rcx@3142 18 {
al@19805 19 ./configure \
al@19805 20 --sysconfdir=/etc \
al@19805 21 --localstatedir=/var \
al@19805 22 $CONFIGURE_ARGS &&
al@19805 23 make &&
al@19805 24 make install
rcx@3142 25 }
rcx@3142 26
rcx@3142 27 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3142 28 genpkg_rules()
rcx@3142 29 {
al@19793 30 copy @std
rcx@3142 31 }