updated on Sun Jan 8 20:02:33 UTC 2012
[aur-mirror.git] / ketchup / PKGBUILD
blobf287b5cc889869f7be1223fb3cf5e2ec3b683a93
1 # Contributor: William Rea <sillywilly@gmail.com>
2 # Contributor: Ćukasz Fidosz <virhilo@gmail.com>
3 # Maintainer: Bernhard Walle <bernhard@bwalle.de>
4 # AUR Category: devel
6 pkgname=ketchup
7 pkgver=1.1
8 pkgrel=1
9 pkgdesc="Tool for updating or switching between versions of the Linux kernel source."
10 url="https://github.com/psomas/ketchup/"
11 license="GPL"
12 arch=('i686' 'x86_64')
13 depends=('python2')
14 source=(https://github.com/psomas/$pkgname/tarball/v$pkgver-beta2)
15 md5sums=('8c3a888d18ea487b5f2c2703e184c68c')
17 build() {
18   cd $startdir/src/psomas-ketchup-*
19   sed -i 's@#!/usr/bin/python@#!/usr/bin/python2@g' ketchup
20   install -D -m755 ketchup      $startdir/pkg/usr/bin/ketchup
21   install -D -m644 ketchup.1    $startdir/pkg/usr/man/man1/ketchup.1