
Untitled
By: a guest on
Oct 19th, 2010 | syntax:
Bash | size: 0.64 KB | hits: 56 | expires: Never
# Maintainer: genisis300 <matthew [dot] horsell [at] googlemail [dot] com>
pkgname=ob-autostart
pkgver=1
pkgrel=1
pkgdesc="A simple autostart application for Openbox"
arch=('i686' 'x86_64')
url="http://crunchbanglinux.org/forums/topic/2614/"
license=('GPL2')
depends=('python2' 'pygtk')
source=(http://www.ad-comp.be/public/projets/$pkgname/$pkgname
ob-autostart-python2.patch)
md5sums=('9ee169d91f35561c64d04dfb4f385f0b'
'420af565f48a5c752f4f3fcb35ba09d8')
build() {
cd "$srcdir"
patch -Np1 -i "$srcdir/ob-autostart-python2.patch"
mkdir -p "$pkgdir/usr/bin/"
install -m 755 $pkgname $pkgdir/usr/bin/$pkgname
}