### this file is sourced not run
PKGBUILD=1
PKGARCH=x86_64

# source: james
# release tarball
PKGVER=4.4
TARBALL=mrouted-$PKGVER.tar.gz
MD5SUM=8a4e2c0cb742bb6f68f00f308c67d40e
SRC_URL=https://github.com/troglobit/mrouted/releases/download/$PKGVER/$TARBALL
BUNDLE=

# git-master tarball
#PKGVER=
#MD5SUM=
#hash=
#hash7=${hash#???????}; hash7=${hash%$hash7}
#TARBALL=
#SRC_URL=

SLACKREQ=''
SLACKDESC="mrouted: mrouted $PKGVER (Multicast router daemon)
mrouted: 
mrouted: mrouted is the original implementation of the DVMRP multicast routing 
mrouted: protocol, RFC 1075. mrouted is simple to use. It works stand-alone 
mrouted: without any extra network setup required. But it only works with IPv4
mrouted:
mrouted: Note: this package doesn't have any startup script yet.
mrouted: Contributed startup script is welcome.
mrouted: 
mrouted: https://github.com/troglobit/mrouted
mrouted: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


