wok-next view xorg-cf-files/cf-files/receipt @ rev 21075

xorg-cf-files: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 01:46:05 2018 +0200 (2018-12-21)
parents cf-files/receipt@d01953cd12ed
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-cf-files"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Config files used by Xorg and Imake"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/util/$TARBALL"
15 compile_rules() {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make install
19 }