Alejandro Mery
16 years ago
3 changed files with 74 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
|
||||
[TIMESTAMP] 1233954857 Fri Feb 6 23:14:17 2009 |
||||
[BUILDTIME] 100 (9) |
||||
[SIZE] 0.54 MB, 38 files |
||||
|
||||
[DEP] bash |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,24 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../linklint/linklint.conf |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
makeopt= |
||||
makeinstopt= |
||||
|
||||
hook_add postmake 5 'linklint_install' |
||||
linklint_install() { |
||||
cp -vf linklint-$ver "$root$bindir/" |
||||
ln -snvf linklint-$ver "$root$bindir/linklint" |
||||
|
||||
tar -c *.txt doc | tar -C "$root$docdir/" -xv |
||||
} |
@ -0,0 +1,31 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../linklint/linklint.desc |
||||
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] HTML links checker |
||||
|
||||
[T] A perl program that checks local and remote HTML links |
||||
|
||||
[U] http://www.linklint.org/ |
||||
|
||||
[A] James B. Bowlin <jbowlin@linklint.org> |
||||
[M] Alejandro Mery <amery@opensde.net> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 2.3.5 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 63927150 linklint-2.3.5.tar.gz http://www.linklint.org/download/ |
Loading…
Reference in new issue