aboutsummaryrefslogtreecommitdiff
path: root/extra/libfontenc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-04 22:51:57 +0300
committerCem Keylan <cem@ckyln.com>2020-10-04 22:51:57 +0300
commitbd36e113fed47de6ac33e411daf7a0b2a34bcbf6 (patch)
treeaf403d84dc696fe517683cd563a5bbb3fdccac29 /extra/libfontenc
parent7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff)
downloadrepository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz
move non xorg specific packages to extra
Diffstat (limited to 'extra/libfontenc')
-rwxr-xr-xextra/libfontenc/build8
-rw-r--r--extra/libfontenc/checksums1
-rw-r--r--extra/libfontenc/depends2
-rw-r--r--extra/libfontenc/sources1
-rw-r--r--extra/libfontenc/version1
5 files changed, 13 insertions, 0 deletions
diff --git a/extra/libfontenc/build b/extra/libfontenc/build
new file mode 100755
index 00000000..b1980f79
--- /dev/null
+++ b/extra/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/extra/libfontenc/checksums b/extra/libfontenc/checksums
new file mode 100644
index 00000000..23248ab2
--- /dev/null
+++ b/extra/libfontenc/checksums
@@ -0,0 +1 @@
+2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079 libfontenc-1.1.4.tar.bz2
diff --git a/extra/libfontenc/depends b/extra/libfontenc/depends
new file mode 100644
index 00000000..101537ac
--- /dev/null
+++ b/extra/libfontenc/depends
@@ -0,0 +1,2 @@
+xorgproto make
+zlib
diff --git a/extra/libfontenc/sources b/extra/libfontenc/sources
new file mode 100644
index 00000000..149bdd87
--- /dev/null
+++ b/extra/libfontenc/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/libfontenc-1.1.4.tar.bz2
diff --git a/extra/libfontenc/version b/extra/libfontenc/version
new file mode 100644
index 00000000..6cab2e0c
--- /dev/null
+++ b/extra/libfontenc/version
@@ -0,0 +1 @@
+1.1.4 2