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