#Maintainer: Dimitris Jemos <djemos~at~slackel~dot~gr>

#Mandatory
pkgname=zope.interface
pkgver=3.3.0
pkgrel=1dj
arch=i486
source=(http://www.zope.org/Products/ZopeInterface/3.3.0/$pkgname-$pkgver.tar.gz)
#Optional
docs=("README" "LICENSE" "Changelog" "DEPENDS" "docs")
url=http://www.zope.org/Products/ZopeInterface

slackdesc=\
(
 #|-----handy-ruler------------------------------------------------------|
   "Zope Interface (Open source web application server)"
   "This is a separate distribution of the zope.interface package"
   "used in Zope 3, along with the packages it depends on."
)

build() {
        
        cd $startdir/src/$pkgname-$pkgver || return 1
              
       python setup.py build || exit 1
	   python setup.py install --root=$startdir/pkg || exit 1 
            
}