summaryrefslogtreecommitdiff
path: root/elinks
diff options
context:
space:
mode:
Diffstat (limited to 'elinks')
-rw-r--r--elinks/.footprint13
-rw-r--r--elinks/Pkgfile5
2 files changed, 9 insertions, 9 deletions
diff --git a/elinks/.footprint b/elinks/.footprint
index 3e741faaa..dd2f350db 100644
--- a/elinks/.footprint
+++ b/elinks/.footprint
@@ -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
diff --git a/elinks/Pkgfile b/elinks/Pkgfile
index 3f4a36a5c..0931ee0ee 100644
--- a/elinks/Pkgfile
+++ b/elinks/Pkgfile
@@ -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

Generated by cgit