1 # Contributor: juantascon
6 pkgdesc="splittar is a small utility written in Python. It will create multiple tar files from a set of data with each tar file being limited in size"
7 url="http://atlee.ca/blog/2006/01/26/splittar/"
11 source=("http://atlee.ca/software/splittar/${pkgname}_${pkgver}.tar.gz")
12 md5sums=('e88aa1aa3d3d954c1c3c53a7a469b182')
15 #Build and install the package
16 cd $srcdir/${pkgname}-$pkgver
17 python setup.py build || return 1
18 python setup.py install --root=$pkgdir