updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / mowitz / PKGBUILD
blob0aaadb6c2f8e94daf723440e85bdd228f2eb1eb7
1 # $Id: PKGBUILD,v 1.1 2007/11/04 02:54:08 Snowman Exp $
2 # Contributor: Sarah Hay <sarah31@sarah31.ca>
4 pkgname=mowitz
5 pkgver=0.3.1
6 pkgrel=1
7 pkgdesc="This is the Mowitz (More widgets) library"
8 arch=(i686 x86_64)
9 depends=('glibc')
10 makedepends=('nextaw')
11 license=('GPL' 'LGPL' 'MIT')
12 options=('!libtool')
13 source=(http://siag.nu/pub/mowitz/Mowitz-$pkgver.tar.gz LICENSE)
14 md5sums=('35cfd18b05d45e0ba6b48896bd258138' '06cfd84e3a2259c56f6d05824612c726')
15 url="http://siag.nu/mowitz/"
17 build() {
18   cd $startdir/src/Mowitz-$pkgver
19   ./configure --prefix=/usr
20   make || return 1
21   make DESTDIR=$startdir/pkg install
22   install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE