diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /ethtool/Pkgfile | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'ethtool/Pkgfile')
-rw-r--r-- | ethtool/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ethtool/Pkgfile b/ethtool/Pkgfile deleted file mode 100644 index a2e9c7121..000000000 --- a/ethtool/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: info & diagnostics for ethernet interfaces -# URL: http://gkernel.sf.net -# Maintainer: Han Boetes <han@mijncomputer.nl> -# Packager: Han Boetes <han@mijncomputer.nl> -# Depends on: - -name=ethtool -version=3 -release=1 -source="http://dl.sourceforge.net/sourceforge/gkernel/$name-$version.tar.gz" - -build() { - cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls - make - make install DESTDIR=$PKG -} |