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

# Post BLFS 8.2 2018-07-16 (unchanged since BLFS 7.5)
TARBALL=pm-utils-1.4.1.tar.gz
MD5SUM=1742a556089c36c3a89eb1b957da5a60
SRC_URL=http://pm-utils.freedesktop.org/releases/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='pm-utils: pm-utils 1.4.1 (power management scripts)  
pm-utils:  
pm-utils: The Power Management Utilities is a small collection of scripts to 
pm-utils: suspend and hibernate computer that can be used to run user supplied 
pm-utils: scripts on suspend and resume.  
pm-utils: 
pm-utils: 
pm-utils: 
pm-utils: 
pm-utils: 
pm-utils:  
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --docdir=/usr/share/doc/pm-utils-$PKGVER"
	pkg_build_autoconf && 
	pkg_build_slackdesc
	
	# pre-generated docs - but we do have xmlto, so this isn't necessary
	#install -v -m644 man/*.1 /usr/share/man/man1 &&
	#install -v -m644 man/*.8 /usr/share/man/man8 &&
	#ln -sv pm-action.8 /usr/share/man/man8/pm-suspend.8 &&
	#ln -sv pm-action.8 /usr/share/man/man8/pm-hibernate.8 &&
	#ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8
}


