diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/libXfont2 | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/libXfont2')
-rwxr-xr-x | xorg/libXfont2/build | 7 | ||||
-rw-r--r-- | xorg/libXfont2/checksums | 1 | ||||
-rw-r--r-- | xorg/libXfont2/depends | 4 | ||||
-rw-r--r-- | xorg/libXfont2/sources | 1 | ||||
-rw-r--r-- | xorg/libXfont2/version | 1 |
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/libXfont2/build b/xorg/libXfont2/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXfont2/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXfont2/checksums b/xorg/libXfont2/checksums new file mode 100644 index 00000000..b3ec8056 --- /dev/null +++ b/xorg/libXfont2/checksums @@ -0,0 +1 @@ +6d151b3368e5035efede4b6264c0fdc6662c1c99dbc2de425e3480cababc69e6 libXfont2-2.0.4.tar.bz2 diff --git a/xorg/libXfont2/depends b/xorg/libXfont2/depends new file mode 100644 index 00000000..d9d2b7d7 --- /dev/null +++ b/xorg/libXfont2/depends @@ -0,0 +1,4 @@ +freetype-harfbuzz +libfontenc +xorgproto make +xtrans make diff --git a/xorg/libXfont2/sources b/xorg/libXfont2/sources new file mode 100644 index 00000000..4d30f70b --- /dev/null +++ b/xorg/libXfont2/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXfont2-2.0.4.tar.bz2 diff --git a/xorg/libXfont2/version b/xorg/libXfont2/version new file mode 100644 index 00000000..aaedf8d0 --- /dev/null +++ b/xorg/libXfont2/version @@ -0,0 +1 @@ +2.0.4 1 |