updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / meanwhile / PKGBUILD
blob4a5351c818a879d390d7fa867e069b807b85c0d0
1 # Maintainer: Alasdair Haswell <ali at arhaswell dot co dot uk>
3 pkgname=meanwhile
4 pkgver=1.0.2
5 pkgrel=3
6 pkgdesc="Meanwhile libraries"
7 arch=('i686' 'x86_64')
8 url="http://sourceforge.net/projects/meanwhile"
9 license=('GPL')
10 depends=('glib2')
11 conflicts=('meanwhile-svn')
12 source=(http://downloads.sourceforge.net/sourceforge/meanwhile/$pkgname-$pkgver.tar.gz
13         broken-status.patch)
14 sha256sums=('38a8059eaa549cbcb45ca0a5b453e9608ceadab360db2ae14581fb22ddabdf23
15         9a60e2ca35d902d5dd9647254a20099ceb399a025f1b04c2676f90ffe2d276f0')
17 build() {
18   cd $srcdir/$pkgname-$pkgver/src
19   patch -Np0 -i "${srcdir}/broken-status.patch"
21   cd $srcdir/$pkgname-$pkgver
22   ./configure --prefix=/usr --disable-doxygen --disable-mailme
23   make
26 package() {
27   cd $srcdir/$pkgname-$pkgver
28   make DESTDIR=$pkgdir install