texinfo: initial add
This commit is contained in:
parent
e167a24b6f
commit
41a2da3378
20
texinfo/.footprint
Normal file
20
texinfo/.footprint
Normal file
@ -0,0 +1,20 @@
|
||||
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/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/texi2dvi.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
texinfo/.md5sum
Normal file
1
texinfo/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
6611b6f95a5f133aa52889be93bfbf31 texinfo-4.8a.tar.gz
|
2
texinfo/.sha256sum
Normal file
2
texinfo/.sha256sum
Normal file
@ -0,0 +1,2 @@
|
||||
1f3cdeebe65fdf510f55d765ab1031b54416aa5bc2635b6a54ef9bcb2367c917 texinfo-4.8.tar.gz
|
||||
236a19c3346ed65aa4515e75cdb27a7bbff31136274cd52a01113af9c931b665 texinfo.patch
|
23
texinfo/Pkgfile
Normal file
23
texinfo/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: A reader for the documentation format of the GNU project.
|
||||
# URL: http://www.gnu.org/software/texinfo
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
|
||||
# Depends on:
|
||||
|
||||
name=texinfo
|
||||
version=4.8a
|
||||
release=1
|
||||
|
||||
source=(ftp://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd texinfo-4.8
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
rm -r $PKG/usr/share/
|
||||
rm -rf $PKG/usr/info/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user