diff options
-rw-r--r-- | base/elinks/.footprint | 11 | ||||
-rw-r--r-- | base/elinks/.md5sum | 1 | ||||
-rw-r--r-- | base/elinks/Pkgfile (renamed from extra/elinks/Pkgfile) | 5 | ||||
-rw-r--r-- | extra/elinks/.footprint | 10 | ||||
-rw-r--r-- | extra/elinks/.md5sum | 1 |
5 files changed, 14 insertions, 14 deletions
diff --git a/base/elinks/.footprint b/base/elinks/.footprint new file mode 100644 index 000000000..dd2f350db --- /dev/null +++ b/base/elinks/.footprint @@ -0,0 +1,11 @@ +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/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/base/elinks/.md5sum b/base/elinks/.md5sum new file mode 100644 index 000000000..eeddf21dd --- /dev/null +++ b/base/elinks/.md5sum @@ -0,0 +1 @@ +fcd087a6d2415cd4c6fd1db53dceb646 elinks-0.11.7.tar.bz2 diff --git a/extra/elinks/Pkgfile b/base/elinks/Pkgfile index 18894fc85..8aaf8d09e 100644 --- a/extra/elinks/Pkgfile +++ b/base/elinks/Pkgfile @@ -1,17 +1,16 @@ # Description: Enhanced version of the links textmode WWW browser with frame/table support # URL: http://elinks.or.cz/ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de -# Depends on: openssl, zlib +# Depends on: name=elinks -version=0.11.6 +version=0.11.7 release=1 source=(http://elinks.or.cz/download/$name-$version.tar.bz2) build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --sysconfdir=/usr/etc \ --enable-256-colors \ --disable-nls diff --git a/extra/elinks/.footprint b/extra/elinks/.footprint deleted file mode 100644 index 3e741faaa..000000000 --- a/extra/elinks/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/extra/elinks/.md5sum b/extra/elinks/.md5sum deleted file mode 100644 index 28f7b10a0..000000000 --- a/extra/elinks/.md5sum +++ /dev/null @@ -1 +0,0 @@ -463ec007b013822a82d197580117ea16 elinks-0.11.6.tar.bz2 |