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

# source: james
TARBALL=cdecl-20161129.tar.bz2
MD5SUM=fa948abfcab6237c2e1206a529b58439
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="cdecl: cdecl $PKGVER (C declaration helper)
cdecl: 
cdecl: Translate C declaration to English and vice versa.
cdecl: 
cdecl: http://www.cdecl.org/
cdecl: https://github.com/ridiculousfish/cdecl-blocks
cdecl: 
cdecl: 
cdecl: 
cdecl: 
cdecl:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/cdecl*
	make && make install MANDIR=/usr/share/man/man1
	pkg_build_slackdesc
}


