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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d01953cd12ed
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xorg-cf-files"
al@21072 4 VERSION="1.0.6"
al@21072 5 CATEGORY="development"
al@21072 6 SHORT_DESC="Config files used by Xorg and Imake"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 HOST_ARCH="any"
al@21072 11
al@21072 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/util/$TARBALL"
al@21072 14
al@21072 15 compile_rules() {
al@21072 16 ./configure $CONFIGURE_ARGS &&
al@21072 17 make &&
al@21072 18 make install
al@21072 19 }