This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Is /usr/src/cygutils-1.4.6-1.cygport is out of date?


  Don't HOMEPAGE and SRC_URI carry only up to 1.4.2 ?
I wonder if the other information is up to date.

$ cat /usr/src/cygutils-1.4.6-1.cygport

DESCRIPTION="A collection of small but useful utilties for cygwin"
HOMEPAGE="http://cygutils.fruitbat.org/cygutils-package/index.html";
SRC_URI="http://cygutils.fruitbat.org/cygutils-package/download/${P}.tar.lzma";

DIFF_EXCLUDES="-x m4"

src_compile() {
        cd ${S}
        ./bootstrap
        cd ${B}
        cygconf
        cygmake
}


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]