updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / wmldonkey / PKGBUILD
blob8e30eea02223dee7e5075f8959ed71f08c173fb4
1 # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
2 pkgname=wmldonkey
3 pkgver=0.3.4
4 pkgrel=2
5 pkgdesc="A WindowMaker dockapp that gives various informations about the downloading files in mldonkey"
6 arch=('i686')
7 url="http://wmldonkey.sourceforge.net"
8 license="GPL"
9 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
10 md5sums=('b1f82d5eef92b007814817cbdcaa1ca6')
11 install=wmldonkey.install
13 build()  {
14   cd $startdir/src/${pkgname}-${pkgver}
15   ./configure --prefix=/usr/
16   make || return 1
17   make DESTDIR=$startdir/pkg install