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

# source: james
# release tarball
PKGVER=2.3
TARBALL=mcast-tools-$PKGVER.tar.gz
MD5SUM=9720bb5e562d586160896d1772abad3e
SRC_URL=https://github.com/troglobit/mtools/releases/download/v${PKGVER}/mtools-$PKGVER.tar.gz
BUNDLE=

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

SLACKREQ=''
SLACKDESC="mcast-tools: mcast-tools $PKGVER (Multicast testing tool)
mcast-tools: 
mcast-tools: This is a tool to send and receive UDP multicast packets. It can be 
mcast-tools: particulary useful when debugging multicast setups.
mcast-tools: 
mcast-tools: https://github.com/troglobit/mtools
mcast-tools: 
mcast-tools: 
mcast-tools: 
mcast-tools: 
mcast-tools: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/mtools* &&
	make && make install prefix=/usr &&
	pkg_build_slackdesc
}


