updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hybrid-share / PKGBUILD
blob81f1c962bbbe9fa298249868df216afd749f3573
1 #Contributor: Fabio 'Black_Codec' <blackxar@email.it>
2 pkgname=hybrid-share
3 pkgver=1.2.0
4 pkgrel=1
5 pkgdesc="A simple user friendly application that allow Mac,Windows and Linux users to share files"
6 url=http://hybrid-share.sourceforge.net
7 license="GPL"
8 arch=(i686)
9 depends=(mono gtk-sharp-2 glade niry-sharp hybrid-share-core hybrid-share-plugins)
10 source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.bz2)
11 md5sums=('e786d3fb2897e349aa0139e38e6088e9')
14 build() {
15 cd $startdir/src/$pkgname/
16 sh ./autogen.sh
17 ./configure --prefix=/usr
18 make || return 1
19 make DESTDIR=$startdir/pkg/ install