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/libfontenc | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/libfontenc')
-rwxr-xr-x | xorg/libfontenc/build | 8 | ||||
-rw-r--r-- | xorg/libfontenc/checksums | 1 | ||||
-rw-r--r-- | xorg/libfontenc/depends | 2 | ||||
-rw-r--r-- | xorg/libfontenc/sources | 1 | ||||
-rw-r--r-- | xorg/libfontenc/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/xorg/libfontenc/build b/xorg/libfontenc/build new file mode 100755 index 00000000..b1980f79 --- /dev/null +++ b/xorg/libfontenc/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-fontrootdir=/usr/share/fonts/X11 + +make +make DESTDIR="$1" install diff --git a/xorg/libfontenc/checksums b/xorg/libfontenc/checksums new file mode 100644 index 00000000..23248ab2 --- /dev/null +++ b/xorg/libfontenc/checksums @@ -0,0 +1 @@ +2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079 libfontenc-1.1.4.tar.bz2 diff --git a/xorg/libfontenc/depends b/xorg/libfontenc/depends new file mode 100644 index 00000000..101537ac --- /dev/null +++ b/xorg/libfontenc/depends @@ -0,0 +1,2 @@ +xorgproto make +zlib diff --git a/xorg/libfontenc/sources b/xorg/libfontenc/sources new file mode 100644 index 00000000..149bdd87 --- /dev/null +++ b/xorg/libfontenc/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libfontenc-1.1.4.tar.bz2 diff --git a/xorg/libfontenc/version b/xorg/libfontenc/version new file mode 100644 index 00000000..6cab2e0c --- /dev/null +++ b/xorg/libfontenc/version @@ -0,0 +1 @@ +1.1.4 2 |