# HG changeset patch # User Hans-G?nter Theisgen # Date 1573459234 -3600 # Node ID 0d1c11af01b82ec65f16cbfd83fcddb2fbdbcaba # Parent 54fe236b54a63119733e54fa3cfa485e0d654b0a updated xorg-cf-files (1.0.3 -> 1.0.6) diff -r 54fe236b54a6 -r 0d1c11af01b8 xorg-cf-files/receipt --- a/xorg-cf-files/receipt Mon Nov 11 08:55:19 2019 +0100 +++ b/xorg-cf-files/receipt Mon Nov 11 09:00:34 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-cf-files" -VERSION="1.0.3" +VERSION="1.0.6" CATEGORY="development" -SHORT_DESC="Conf files used by xorg and imake." +SHORT_DESC="Configuration files used by xorg and imake." MAINTAINER="rcx@zoominternet.net" LICENSE="MIT" +WEB_SITE="https://www.x.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" DEPENDS="" @@ -16,13 +17,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.