summaryrefslogtreecommitdiffstats
path: root/libxinerama/MAKEPKG
diff options
context:
space:
mode:
Diffstat (limited to 'libxinerama/MAKEPKG')
-rw-r--r--libxinerama/MAKEPKG28
1 files changed, 28 insertions, 0 deletions
diff --git a/libxinerama/MAKEPKG b/libxinerama/MAKEPKG
new file mode 100644
index 0000000..71b5ea6
--- /dev/null
+++ b/libxinerama/MAKEPKG
@@ -0,0 +1,28 @@
1#!/bin/mkpkg
2# description: X Xinerama multi-monitor library
3# url: https://xorg.freedesktop.org
4
5name=libxinerama
6version=1.1.6
7release=1
8depends=(libxext)
9source=(https://www.x.org/releases/individual/lib/libXinerama-$version.tar.xz)
10
11sha256sums=(
12 "d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7"
13)
14
15build() {
16 cd libXinerama-$version
17
18 ./configure --prefix=/usr
19 make
20 make DESTDIR=$PKG install
21}
22
23signify() {
24 untrusted comment: public key
25 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
26}
27
28# vim: filetype=sh