elinks: suppress warnings, move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2015-11-17 14:21:33 +00:00
parent 688d4cf90d
commit eefa6fd9f1
2 changed files with 9 additions and 9 deletions

View File

@ -2,9 +2,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/elinks
lrwxrwxrwx root/root usr/bin/links -> elinks
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/elinks.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/elinks.conf.5.gz
-rw-r--r-- root/root usr/man/man5/elinkskeys.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/elinks.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/elinks.conf.5.gz
-rw-r--r-- root/root usr/share/man/man5/elinkskeys.5.gz

View File

@ -5,7 +5,7 @@
name=elinks
version=20150225
release=2
release=3
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
build () {
@ -14,7 +14,6 @@ build () {
autoreconf -i
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/usr/etc \
--enable-256-colors \
--enable-html-highlight \
@ -22,7 +21,7 @@ build () {
--with-zlib \
--without-{x,bzlib,lua}
make
make CFLAGS="$CFLAGS -Wno-all"
make DESTDIR=$PKG install
ln -s elinks $PKG/usr/bin/links