From de196c8550dfd3317043fcc71de1506ac076e14f Mon Sep 17 00:00:00 2001 From: zorz Date: Fri, 27 Feb 2026 17:37:23 +0200 Subject: Initial commit: xorg/x11 ports --- libxinerama/MAKEPKG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 libxinerama/MAKEPKG (limited to 'libxinerama/MAKEPKG') diff --git a/libxinerama/MAKEPKG b/libxinerama/MAKEPKG new file mode 100644 index 0000000..c98d349 --- /dev/null +++ b/libxinerama/MAKEPKG @@ -0,0 +1,29 @@ +#!/bin/mkpkg +# *** OpenTUX *** +# description: X Xinerama multi-monitor library +# url: https://xorg.freedesktop.org + +name=libxinerama +version=1.1.6 +release=1 +depends=(libxext) +source=(https://www.x.org/releases/individual/lib/libXinerama-$version.tar.xz) + +sha256sums=( + "d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7" +) + +build() { + cd libXinerama-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: *** OpenTUX *** public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3