1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name endian |
---|
4 | version 1.0 |
---|
5 | categories sysutils |
---|
6 | maintainers jwbacon@tds.net |
---|
7 | description Report endianness of a system. |
---|
8 | long_description Accurately determine the endianness of a system by placing a longword into memory and checking the order of the bytes at that address. |
---|
9 | homepage http://personalpages.tds.net/~jwbacon/Ports/ |
---|
10 | master_sites http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ |
---|
11 | http://jbacon.dyndns.org/~bacon/Ports/distfiles/ |
---|
12 | use_configure no |
---|
13 | destroot { |
---|
14 | xinstall -d -m 0755 ${destroot}${prefix}/bin |
---|
15 | xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1 |
---|
16 | xinstall -m 0555 ${worksrcpath}/endian ${destroot}${prefix}/bin |
---|
17 | xinstall -m 0444 ${worksrcpath}/endian.1 ${destroot}${prefix}/share/man/man1 |
---|
18 | } |
---|
19 | checksums endian-1.0.tar.gz md5 83407de0ce534c2be774caca4ae9230c |
---|