diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-09 12:47:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-09 12:47:04 +0300 |
commit | 4094fc2a08346b9b73505ad6817d204a8b64858d (patch) | |
tree | a6234b33230aa1873e714612ead500ae42d65edd /extra/texinfo | |
parent | c4252c46a1ab99915a4186190b76f89c3b3396c7 (diff) | |
download | repository-4094fc2a08346b9b73505ad6817d204a8b64858d.tar.gz |
texinfo: add new package at 6.7
Diffstat (limited to 'extra/texinfo')
-rwxr-xr-x | extra/texinfo/build | 11 | ||||
-rw-r--r-- | extra/texinfo/checksums | 1 | ||||
-rw-r--r-- | extra/texinfo/depends | 3 | ||||
-rw-r--r-- | extra/texinfo/sources | 1 | ||||
-rw-r--r-- | extra/texinfo/version | 1 |
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 |