wok-next diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-cf-files/cf-files/receipt	Sun Dec 08 12:33:53 2019 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xorg-cf-files"
     1.7 +VERSION="1.0.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Config files used by Xorg and Imake"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.17 +
    1.18 +compile_rules() {
    1.19 +	./configure $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21 +	make install
    1.22 +}