1 # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
6 pkgdesc='A PyGTK GUI wrapper for quilt'
8 url='http://gquilt.sourceforge.net/'
10 depends=('quilt' 'pygtk')
11 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('090083f0dd137af19f22acaa13a312ef')
15 cd ${pkgname}-${pkgver}
17 python2 setup.py install --root="${pkgdir}"
18 desktop-file-install gquilt.desktop --dir "${pkgdir}/usr/share/applications"