mii-tool: initial import

This commit is contained in:
Danny Rawlins 2019-05-04 18:56:49 +10:00
parent 3fea6c4f7d
commit 8f9ddfe8da
3 changed files with 26 additions and 0 deletions

7
mii-tool/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mii-tool
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/mii-tool.8.gz

5
mii-tool/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yKh9zM7Jqsu/c3/F8AnUle98Yd8CDn5j6w/wk4SFVGsgYH9AhGLoDPIMqxjH5wVPSoAbV0UvkpWcST07n6pZgY=
SHA256 (Pkgfile) = 597d7603ac826eb85e5b991d244fdaccf7fee6d902e19d74d550e21f6adc2f0f
SHA256 (.footprint) = 183eb01cd34c7669b189d9146efa1ac546fd1381461d0d77f2251bfc07086bba
SHA256 (METUX.mii-tool-1.65.0.0.tar.gz) = 3797be60f4098f4a449023123ae0e879b28effd18b24972e2730fc6e48609690

14
mii-tool/Pkgfile Normal file
View File

@ -0,0 +1,14 @@
# Description: Set or autodetect the media type or mii chipset-based ethernet devices.
# URL: http://freshmeat.sourceforge.net/projects/mii-tool/
# Maintainer: Danny Rawlins, crux at romster dot me
name=mii-tool
version=1.65.0
release=1
source=(https://repo.or.cz/w/oss-qm-packages.git/snapshot/METUX.mii-tool-$version.0.tar.gz)
build() {
cd oss-qm-packages-METUX.mii-tool-$version.*
make
make DESTDIR=$PKG install
}