updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sedsed / PKGBUILD
blob782260c5fbae9bba3123472809edb991b1f047e7
1 # Contributor: Christian Hesse <mail@earthworm.de>
3 pkgname=sedsed
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Sedsed can debug, indent, tokenize and HTMLize your SED scripts."
7 arch=('any')
8 depends=('python2')
9 url="http://sedsed.sourceforge.net/"
10 license=('GPL')
11 source=("http://sedsed.sourceforge.net/sedsed-$pkgver")
12 md5sums=('14ef0cc49d0ca8b2e1a88bc0aa83ce2d')
13     
14 build() {
15   sed -i 's/python/python2/1' $srcdir/sedsed-$pkgver
17   install -D -m 0755 $srcdir/sedsed-$pkgver $pkgdir/usr/bin/sedsed
20 # vim:set ts=2 sw=2 et: