diff options
| author | zorz <zorz@krypt.sh> | 2026-04-01 22:52:53 +0300 |
|---|---|---|
| committer | zorz <zorz@krypt.sh> | 2026-04-01 22:52:53 +0300 |
| commit | 510ee94dc6c7b011ba95816e50d4faa8352f5e71 (patch) | |
| tree | bdebaf589f9aae422a653a29b529008513f072c3 /x11-util-macros | |
| parent | e304d10a0993bda38d3bda2c0a9f33443ba82212 (diff) | |
| download | xorg-main.tar.gz xorg-main.tar.xz | |
Diffstat (limited to 'x11-util-macros')
| -rw-r--r-- | x11-util-macros/MAKEPKG | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-util-macros/MAKEPKG b/x11-util-macros/MAKEPKG new file mode 100644 index 0000000..460cd74 --- /dev/null +++ b/x11-util-macros/MAKEPKG | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | #!/bin/mkpkg | ||
| 2 | # description: X.org M4 macros | ||
| 3 | # url: https://xorg.freedesktop.org | ||
| 4 | |||
| 5 | name=x11-util-macros | ||
| 6 | version=1.20.2 | ||
| 7 | release=1 | ||
| 8 | source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.xz) | ||
| 9 | |||
| 10 | build() { | ||
| 11 | cd util-macros-$version | ||
| 12 | |||
| 13 | ./configure --prefix=/usr | ||
| 14 | make DESTDIR=$PKG install | ||
| 15 | } | ||
| 16 | |||
| 17 | signify() { | ||
| 18 | untrusted comment: public key | ||
| 19 | RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 | ||
| 20 | } | ||
| 21 | |||
| 22 | # vim: filetype=sh | ||