summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/eject/PKGBUILD
blob: b2ba8527015a85003ba950f2593aedefcf3fb420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>

pkgname=eject
pkgver=2.1.5
pkgrel=3
pkgdesc="Eject is a program for ejecting removable media under software control"
arch=(i686 x86_64)
source=(http://www.pobox.com/~tranter/$pkgname-$pkgver.tar.gz eject-2.1.5-handle-spaces.patch)
url="http://ca.geocities.com/jefftranter@rogers.com/eject.html"
md5sums=('b96a6d4263122f1711db12701d79f738' '595b97c3bd56fd41e3b01b07885f81dc')

build() {
  cd $startdir/src/$pkgname
  patch -Np0 -i ../eject-2.1.5-handle-spaces.patch || return 1
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}