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

# source: james
TARBALL=cdecl-blocks-2.5.tar.gz
MD5SUM=c1927e146975b1c7524cbaf07a7c10f8
SRC_URL=http://www.cdecl.org/files/$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: 
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
}


