View difference between Paste ID: 4gjUJKTp and
SHOW: | | - or go back to the newest paste.
1-
1+
# Maintainer: genisis300 <matthew [dot] horsell [at] googlemail [dot] com>
2
3
pkgname=ob-autostart
4
pkgver=1
5
pkgrel=2
6
pkgdesc="A simple autostart application for Openbox"
7
arch=('i686' 'x86_64')
8
url="http://crunchbanglinux.org/forums/topic/2614/"
9
license=('GPL2')
10
depends=('python2' 'pygtk')
11
source=(http://www.ad-comp.be/public/projets/$pkgname/$pkgname)
12
md5sums=('9ee169d91f35561c64d04dfb4f385f0b')
13
14
build() {
15
  cd "$srcdir"
16
  sed -i -e "s|/usr/bin/python|/usr/bin/python2|" $pkgname
17
  mkdir -p "$pkgdir/usr/bin/"
18
  install -m 755 $pkgname "$pkgdir/usr/bin/$pkgname"
19
}