aboutsummaryrefslogtreecommitdiff
path: root/extra/texinfo
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-09 12:47:04 +0300
committerCem Keylan <cem@ckyln.com>2020-09-09 12:47:04 +0300
commit4094fc2a08346b9b73505ad6817d204a8b64858d (patch)
treea6234b33230aa1873e714612ead500ae42d65edd /extra/texinfo
parentc4252c46a1ab99915a4186190b76f89c3b3396c7 (diff)
downloadrepository-4094fc2a08346b9b73505ad6817d204a8b64858d.tar.gz
texinfo: add new package at 6.7
Diffstat (limited to 'extra/texinfo')
-rwxr-xr-xextra/texinfo/build11
-rw-r--r--extra/texinfo/checksums1
-rw-r--r--extra/texinfo/depends3
-rw-r--r--extra/texinfo/sources1
-rw-r--r--extra/texinfo/version1
5 files changed, 17 insertions, 0 deletions
diff --git a/extra/texinfo/build b/extra/texinfo/build
new file mode 100755
index 00000000..f854c932
--- /dev/null
+++ b/extra/texinfo/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --disable-rpath
+
+make
+make DESTDIR="$1" install
diff --git a/extra/texinfo/checksums b/extra/texinfo/checksums
new file mode 100644
index 00000000..aed7bdde
--- /dev/null
+++ b/extra/texinfo/checksums
@@ -0,0 +1 @@
+988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa texinfo-6.7.tar.xz
diff --git a/extra/texinfo/depends b/extra/texinfo/depends
new file mode 100644
index 00000000..24ec8606
--- /dev/null
+++ b/extra/texinfo/depends
@@ -0,0 +1,3 @@
+gzip
+ncurses make
+perl
diff --git a/extra/texinfo/sources b/extra/texinfo/sources
new file mode 100644
index 00000000..4ad788c9
--- /dev/null
+++ b/extra/texinfo/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz
diff --git a/extra/texinfo/version b/extra/texinfo/version
new file mode 100644
index 00000000..75368dc2
--- /dev/null
+++ b/extra/texinfo/version
@@ -0,0 +1 @@
+6.7 1