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

updated firefox-official packages (68.0 -> 69.0)
author Hans-G?nter Theisgen
date Tue Sep 24 16:03:49 2019 +0100 (2019-09-24)
parents c4f226b02549
children 0d1c11af01b8
rev   line source
rcx@3142 1 # SliTaz package receipt.
rcx@3142 2
rcx@3142 3 PACKAGE="xorg-cf-files"
gokhlayeh@6993 4 VERSION="1.0.3"
rcx@3142 5 CATEGORY="development"
rcx@3142 6 SHORT_DESC="Conf files used by xorg and imake."
rcx@3142 7 MAINTAINER="rcx@zoominternet.net"
pascal@15579 8 LICENSE="MIT"
rcx@3142 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20423 10 WEB_SITE="https://www.x.org/"
rcx@3142 11 WGET_URL="$XORG_MIRROR/util/$TARBALL"
rcx@3142 12
pascal@15579 13 DEPENDS=""
pascal@15579 14 BUILD_DEPENDS=""
pascal@15579 15
rcx@3142 16 # Rules to configure and make the package.
rcx@3142 17 compile_rules()
rcx@3142 18 {
rcx@3142 19 cd $src
rcx@3142 20 ./configure \
rcx@3142 21 --prefix=/usr \
rcx@3142 22 --infodir=/usr/share/info \
rcx@3142 23 --mandir=/usr/share/man \
rcx@3142 24 $CONFIGURE_ARGS &&
pascal@15581 25 make && make DESTDIR=$DESTDIR install
rcx@3142 26 }
rcx@3142 27
rcx@3142 28 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3142 29 genpkg_rules()
rcx@3142 30 {
rcx@3142 31 mkdir -p $fs/usr
pascal@15579 32 cp -a $install/usr/lib $fs/usr
rcx@3142 33 }