
Receipt for package "xorg-xdriinfo"
# SliTaz package receipt. PACKAGE="xorg-xdriinfo" SOURCE="xdriinfo" VERSION="1.0.6" CATEGORY="x-window" SHORT_DESC="Query configuration information of DRI drivers." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.x.org/wiki/" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/app/$TARBALL" SUGGESTED="nvidia" DEPENDS="xorg-libX11" BUILD_DEPENDS="mesa-dev xorg-libX11-dev" HOST_ARCH="i486 x86_64" # libglvnd current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --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/bin $fs/usr }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)