mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ipcalc: Updated for version 0.41
This commit is contained in:
parent
f05e8c1332
commit
8b3a307d98
3 changed files with 12 additions and 2 deletions
|
@ -63,4 +63,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -3,6 +3,8 @@ VERSION="0.41"
|
|||
HOMEPAGE="http://jodies.de/ipcalc"
|
||||
DOWNLOAD="http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz"
|
||||
MD5SUM="fb791e9a5220fc8e624d915e18fc4697"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Vincent Batts"
|
||||
EMAIL="vbatts@batts.mine.nu"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ipcalc: ipcalc (An IP Netmask/broadcast/etc calculator)
|
||||
ipcalc:
|
||||
ipcalc:
|
||||
ipcalc: ipcalc takes an IP address and netmask and calculates
|
||||
ipcalc: the resulting broadcast, network, Cisco wildcard mask,
|
||||
ipcalc: and host range. By giving a second netmask, you can
|
||||
|
|
Loading…
Reference in a new issue