summaryrefslogtreecommitdiffstats
path: root/libfontenc/MAKEPKG
diff options
context:
space:
mode:
authorzorz <zorz@opentux.org>2026-02-27 17:37:23 +0200
committerzorz <zorz@opentux.org>2026-02-27 17:37:23 +0200
commitde196c8550dfd3317043fcc71de1506ac076e14f (patch)
tree1e59293fa24652b1f7c96a95d522afd0590589bc /libfontenc/MAKEPKG
parent83404b410d422331951d406323962f314f9546ee (diff)
downloadxorg-de196c8550dfd3317043fcc71de1506ac076e14f.tar.gz
xorg-de196c8550dfd3317043fcc71de1506ac076e14f.tar.xz
Initial commit: xorg/x11 ports
Diffstat (limited to 'libfontenc/MAKEPKG')
-rw-r--r--libfontenc/MAKEPKG29
1 files changed, 29 insertions, 0 deletions
diff --git a/libfontenc/MAKEPKG b/libfontenc/MAKEPKG
new file mode 100644
index 0000000..08963e9
--- /dev/null
+++ b/libfontenc/MAKEPKG
@@ -0,0 +1,29 @@
1#!/bin/mkpkg
2# *** OpenTUX ***
3# description: X font encoding library
4# url: https://xorg.freedesktop.org
5
6name=libfontenc
7version=1.1.9
8release=1
9depends=(xorgproto zlib)
10source=(https://www.x.org/releases/individual/lib/libfontenc-$version.tar.xz)
11
12sha256sums=(
13 "9d8392705cb10803d5fe1d27d236cbab3f664e26841ce01916bbbe430cf273e2"
14)
15
16build() {
17 cd libfontenc-$version
18
19 ./configure --prefix=/usr
20 make
21 make DESTDIR=$PKG install
22}
23
24signify() {
25 untrusted comment: *** OpenTUX *** public key
26 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
27}
28
29# vim: filetype=sh