updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / hybrid-share-core / PKGBUILD
blob21f239357060ade9eb3827dd99c627788039c170
1 #Contributor: Fabio 'Black_Codec' <blackxar@email.it>
2 pkgname=hybrid-share-core
3 _realpkgname=hybrid-share
4 pkgver=1.2.0
5 pkgrel=1
6 pkgdesc="Core required by Hybrid-Share"
7 url=http://hybrid-share.sourceforge.net
8 license="GPL"
9 arch=(i686)
10 depends=(mono gtk-sharp-2 glade niry-sharp)
11 source=(http://dl.sourceforge.net/sourceforge/$_realpkgname/$_realpkgname-$pkgver-src.tar.bz2)
12 md5sums=('e786d3fb2897e349aa0139e38e6088e9')
15 build() {
16 cd $startdir/src/$pkgname/
17 sh ./autogen.sh
18 ./configure --prefix=/usr
19 make || return 1
20 make DESTDIR=$startdir/pkg/ install