diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
commit | 9e696ec09095446172c1455e1e5784dc540ddf51 (patch) | |
tree | 6a9f88478d5837a960f940fce7e5373a0fd5bd70 /sntop | |
parent | 9318e05d84e946541f81627a18e25c0deb891e34 (diff) | |
download | contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz |
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'sntop')
-rw-r--r-- | sntop/Pkgfile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/sntop/Pkgfile b/sntop/Pkgfile index f9ad4ad2c..18ea5328d 100644 --- a/sntop/Pkgfile +++ b/sntop/Pkgfile @@ -1,8 +1,9 @@ -# Description: Curses based tool to monitor connectivity of network hosts. -# URL: http://sntop.sourceforge.net/ -# Packager: James Mills prologic at shortcircuit dot net dot au -# Maintainer: James Mills prologic at shortcircuit dot net dot au -# Depends on: fping +# Description: Curses based tool to monitor connectivity of network hosts. +# URL: http://sntop.sourceforge.net/ +# Packager: James Mills prologic at shortcircuit dot net dot au +# Maintainer: James Mills prologic at shortcircuit dot net dot au +# +# Depends on: fping name=sntop version=1.4.3 @@ -10,11 +11,11 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build () { - cd $name-$version - ./configure --prefix=/usr - sed -i "/^CFLAGS/s/-O2 -pipe/$CFLAGS/" Makefile - make - mkdir -p $PKG/usr/{bin,man/man1,etc} - make prefix=$PKG/usr install - chown -R root:root $PKG + cd $name-$version + ./configure --prefix=/usr + sed -i "/^CFLAGS/s/-O2 -pipe/$CFLAGS/" Makefile + make + mkdir -p $PKG/usr/{bin,man/man1,etc} + make prefix=$PKG/usr install + chown -R root:root $PKG } |