aboutsummaryrefslogtreecommitdiff
path: root/extra/libXft/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
commit49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4 (patch)
tree679ab01236196d6dfc2a737200dbea42e274c4ca /extra/libXft/build
parentaea9a9a6a82f9345dfea012511e4c4227e02a170 (diff)
downloadrepository-49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4.tar.gz
libXft: move to extra
Diffstat (limited to 'extra/libXft/build')
-rwxr-xr-xextra/libXft/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libXft/build b/extra/libXft/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/libXft/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install