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

# source: james
TARBALL=paco-$PKGVER.tar.bz2
MD5SUM=d2debbea1b11156470f7fd849bb93c80
SRC_URL=http://downloads.sourceforge.net/paco/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="paco: paco $PKGVER (Package Organizer)  
paco:  
paco: Paco is a versatile program to aid package management when installing 
paco: packages from source code. paco logs the files changed when a package is 
paco: installed using 'make install', and later it can be used in list mode to 
paco: display information related to that package. There are also options to 
paco: remove packages, query for the owner of files, or maintain the package 
paco: database, or creating a tarball ('pacoball') which can be used for 
paco: re-installation later.  
paco: 
paco:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-gpaco --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
