summaryrefslogtreecommitdiffstats
path: root/libxfont2
diff options
context:
space:
mode:
Diffstat (limited to 'libxfont2')
-rw-r--r--libxfont2/MAKEPKG24
1 files changed, 24 insertions, 0 deletions
diff --git a/libxfont2/MAKEPKG b/libxfont2/MAKEPKG
new file mode 100644
index 0000000..742325e
--- /dev/null
+++ b/libxfont2/MAKEPKG
@@ -0,0 +1,24 @@
1#!/bin/mkpkg
2# description: X font handling library for server
3# url: https://xorg.freedesktop.org
4
5name=libxfont2
6version=2.0.7
7release=1
8depends=(freetype libfontenc xtrans)
9source=(https://www.x.org/releases/individual/lib/libXfont2-$version.tar.xz)
10
11build() {
12 cd libXfont2-$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