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

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents e7e7475e84c9
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@21051 10 HOST_ARCH="any"
al@19793 11
rcx@3142 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3142 13 WGET_URL="$XORG_MIRROR/util/$TARBALL"
al@21072 14 TARBALL_SHA1="9b6ed71c74a83181a47eb180787e9ab9a5efdfa2"
rcx@3142 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@19805 18 make &&
al@19805 19 make install
rcx@3142 20 }