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

# source: james
TARBALL=aaphoto-master.tar.gz
MD5SUM=e56466572f93b177a82b2e63a4bc98a0
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='libjasper libjpeg-turbo libpng' # 
SLACKDESC="aaphoto: aaphoto $PKGVER (Colour correction for photographs)  
aaphoto:  
aaphoto: Auto Adjust Photo tries to give a solution for the automatic color 
aaphoto: correction of photos. This means setting the contrast, color balance, 
aaphoto: saturation and gamma levels of the image by analization. This can be 
aaphoto: a solution for those kind of users who are not able to manage and 
aaphoto: correct images with complicated graphical softwares, or just simply 
aaphoto: don'\''t intend to spend a lot of time with manually correcting the 
aaphoto: images one-by-one.  
aaphoto: 
aaphoto: http://log69.com/aaphoto_en.html
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	cp README /usr/share/doc/README-aaphoto
}
