summaryrefslogtreecommitdiffstats
path: root/libxcomposite/MAKEPKG
diff options
context:
space:
mode:
authorzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
committerzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
commit510ee94dc6c7b011ba95816e50d4faa8352f5e71 (patch)
treebdebaf589f9aae422a653a29b529008513f072c3 /libxcomposite/MAKEPKG
parente304d10a0993bda38d3bda2c0a9f33443ba82212 (diff)
downloadxorg-510ee94dc6c7b011ba95816e50d4faa8352f5e71.tar.gz
xorg-510ee94dc6c7b011ba95816e50d4faa8352f5e71.tar.xz
Diffstat (limited to 'libxcomposite/MAKEPKG')
-rw-r--r--libxcomposite/MAKEPKG28
1 files changed, 28 insertions, 0 deletions
diff --git a/libxcomposite/MAKEPKG b/libxcomposite/MAKEPKG
new file mode 100644
index 0000000..84e9f6a
--- /dev/null
+++ b/libxcomposite/MAKEPKG
@@ -0,0 +1,28 @@
1#!/bin/mkpkg
2# description: X Composite extension library
3# url: https://xorg.freedesktop.org
4
5name=libxcomposite
6version=0.4.7
7release=1
8depends=(libxext libxfixes)
9source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.xz)
10
11sha256sums=(
12 "8bdf310967f484503fa51714cf97bff0723d9b673e0eecbf92b3f97c060c8ccb"
13)
14
15build() {
16 cd libXcomposite-$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