1 # Maintainer: David Scholl <djscholl at gmail dot com>
5 pkgdesc="A lightweight but powerful Python Programmers Editor"
7 url="http://pype.sourceforge.net/index.shtml"
11 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/PyPE-${pkgver}-src.zip
13 md5sums=('dbd964244cb89b8e15944e78be2e0d65'
14 'c430b7333a007ee809bdaa22de020f75'
15 'ad77f30cc3dbca5e822fc50c3fc3b399')
18 install -d $pkgdir/usr/bin
19 cp $pkgname $pkgdir/usr/bin || return 1
20 chmod a+x $pkgdir/usr/bin/$pkgname || return 1
21 install -d $pkgdir/usr/share/applications
22 cp pype.desktop $pkgdir/usr/share/applications
23 cd $srcdir/PyPE-$pkgver
24 install -d $pkgdir/opt/$pkgname
25 cp -R * $pkgdir/opt/$pkgname || return 1