
Receipt for package "xorg-cf-files"
# SliTaz package receipt. PACKAGE="xorg-cf-files" VERSION="1.0.7" CATEGORY="development" 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" WGET_URL="$XORG_MIRROR/util/$TARBALL" DEPENDS="" BUILD_DEPENDS="" HOST_ARCH="i486 x86_64" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { sed -i 's|clq|cq|' Imake.tmpl ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)