aboutsummaryrefslogtreecommitdiff
path: root/xorg/libfontenc
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/libfontenc')
-rwxr-xr-xxorg/libfontenc/build8
-rw-r--r--xorg/libfontenc/checksums1
-rw-r--r--xorg/libfontenc/depends2
-rw-r--r--xorg/libfontenc/sources1
-rw-r--r--xorg/libfontenc/version1
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