diff options
Diffstat (limited to 'source/x/x11')
-rw-r--r-- | source/x/x11/build/igt-gpu-tools | 1 | ||||
-rw-r--r-- | source/x/x11/configure/igt-gpu-tools | 13 | ||||
-rw-r--r-- | source/x/x11/slack-desc/igt-gpu-tools | 19 |
3 files changed, 33 insertions, 0 deletions
diff --git a/source/x/x11/build/igt-gpu-tools b/source/x/x11/build/igt-gpu-tools new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/source/x/x11/build/igt-gpu-tools @@ -0,0 +1 @@ +1 diff --git a/source/x/x11/configure/igt-gpu-tools b/source/x/x11/configure/igt-gpu-tools new file mode 100644 index 00000000..a5e0db8a --- /dev/null +++ b/source/x/x11/configure/igt-gpu-tools @@ -0,0 +1,13 @@ +CFLAGS=$SLKCFLAGS \ +CXXFLAGS=$SLKCFLAGS \ +./autogen.sh \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --disable-static \ + --disable-tests \ + --build=$ARCH-slackware-linux diff --git a/source/x/x11/slack-desc/igt-gpu-tools b/source/x/x11/slack-desc/igt-gpu-tools new file mode 100644 index 00000000..0088b154 --- /dev/null +++ b/source/x/x11/slack-desc/igt-gpu-tools @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +igt-gpu-tools: igt-gpu-tools (DRM driver testing tools) +igt-gpu-tools: +igt-gpu-tools: IGT GPU Tools is a collection of DRM driver tools that includes low- +igt-gpu-tools: level tools and tests specifically for development and testing of DRM +igt-gpu-tools: drivers. +igt-gpu-tools: +igt-gpu-tools: Homepage: https://cgit.freedesktop.org/drm/igt-gpu-tools +igt-gpu-tools: +igt-gpu-tools: +igt-gpu-tools: +igt-gpu-tools: |