texinfo: moved to my personal romster repo
This commit is contained in:
parent
9b7fbd220e
commit
4a09b7f7a3
@ -1,23 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/info
|
||||
-rwxr-xr-x root/root usr/bin/infokey
|
||||
-rwxr-xr-x root/root usr/bin/install-info
|
||||
-rwxr-xr-x root/root usr/bin/makeinfo
|
||||
-rwxr-xr-x root/root usr/bin/pdftexi2dvi
|
||||
-rwxr-xr-x root/root usr/bin/texi2dvi
|
||||
-rwxr-xr-x root/root usr/bin/texi2pdf
|
||||
-rwxr-xr-x root/root usr/bin/texindex
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/info.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/infokey.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/install-info.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/makeinfo.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pdftexi2dvi.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/texi2dvi.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/texi2pdf.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/texindex.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/info.5.gz
|
||||
-rw-r--r-- root/root usr/man/man5/texinfo.5.gz
|
@ -1 +0,0 @@
|
||||
71ba711519209b5fb583fed2b3d86fcb texinfo-4.13a.tar.gz
|
@ -1,24 +0,0 @@
|
||||
# Description: A reader for the documentation format of the GNU project.
|
||||
# URL: http://www.gnu.org/software/texinfo
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
|
||||
# Depends on: ncurses lzma help2man
|
||||
|
||||
name=texinfo
|
||||
version=4.13a
|
||||
release=1
|
||||
source=(ftp://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd texinfo-${version/a/}
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
rm -r $PKG/usr/share
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user