wok annotate xorg-cf-files/receipt @ rev 22769

updated fossil (2.7 -> 2.10)
author Hans-G?nter Theisgen
date Sat Jan 25 15:03:18 2020 +0100 (2020-01-25)
parents 814c58f64f83
children 17091bc7c301
rev   line source
rcx@3142 1 # SliTaz package receipt.
rcx@3142 2
rcx@3142 3 PACKAGE="xorg-cf-files"
Hans-G?nter@22185 4 VERSION="1.0.6"
rcx@3142 5 CATEGORY="development"
Hans-G?nter@22185 6 SHORT_DESC="Configuration files used by xorg and imake."
rcx@3142 7 MAINTAINER="rcx@zoominternet.net"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22185 9 WEB_SITE="https://www.x.org/"
Hans-G?nter@22185 10
rcx@3142 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3142 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
rcx@3142 13
pascal@15579 14 DEPENDS=""
pascal@15579 15 BUILD_DEPENDS=""
pascal@15579 16
rcx@3142 17 # Rules to configure and make the package.
rcx@3142 18 compile_rules()
rcx@3142 19 {
Hans-G?nter@22185 20 ./configure \
Hans-G?nter@22185 21 --prefix=/usr \
Hans-G?nter@22185 22 --infodir=/usr/share/info \
Hans-G?nter@22185 23 --mandir=/usr/share/man \
rcx@3142 24 $CONFIGURE_ARGS &&
Hans-G?nter@22185 25 make &&
Hans-G?nter@22185 26 make DESTDIR=$DESTDIR install
rcx@3142 27 }
rcx@3142 28
rcx@3142 29 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3142 30 genpkg_rules()
rcx@3142 31 {
rcx@3142 32 mkdir -p $fs/usr
pascal@15579 33 cp -a $install/usr/lib $fs/usr
rcx@3142 34 }