updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / xplore / PKGBUILD
blobab81f01d11fa419f3f44a617d9304903abf121dd
1 # Maintainer: TDY <tdy@gmx.com>
3 pkgname=xplore
4 pkgver=1.2a
5 pkgrel=1
6 pkgdesc="A powerful and highly configurable Motif file manager"
7 arch=('i686')
8 url="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/"
9 license=('GPL')
10 depends=('libxmu' 'libxpm' 'openmotif')
11 makedepends=('imake')
12 source=(http://www.musikwissenschaft.uni-mainz.de/~ag/$pkgname/$pkgname-$pkgver.tar.bz2
13         $pkgname-$pkgver.diff)
14 md5sums=('129e90bec30a6197bc315eb75e130b1f'
15          '2232ff7c1ce3883d63c6743b77b5d189')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
19   patch -Np1 -i ../$pkgname-$pkgver.diff || return 1
20   xmkmf -a && make || return 1
23 package() {
24   cd "$srcdir/$pkgname-$pkgver"
25   make DESTDIR="$pkgdir" install