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

updated gnuradio again (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:33:53 2019 +0100 (2019-12-08)
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 }