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

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
parents 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 }