From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/libfontenc/build | 8 ++++++++ xorg/libfontenc/checksums | 1 + xorg/libfontenc/depends | 2 ++ xorg/libfontenc/sources | 1 + xorg/libfontenc/version | 1 + 5 files changed, 13 insertions(+) create mode 100755 xorg/libfontenc/build create mode 100644 xorg/libfontenc/checksums create mode 100644 xorg/libfontenc/depends create mode 100644 xorg/libfontenc/sources create mode 100644 xorg/libfontenc/version (limited to 'xorg/libfontenc') 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 -- cgit v1.2.3