1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Paulo Freire <paulofreire gmail com>
10 pkgdesc="GUI for soma"
12 url="http://www.somasuite.org/"
15 depends=('vte' 'openssl' 'soma')
23 source=(http://www.somasuite.org/src/snapshots/$pkgname-$pkgver.tar.gz)
25 md5sums=('6197969fd0ca33eab9e30585aa68b0bb') #generate with 'makepkg -g'
28 cd $startdir/src/$pkgname-1.4.dev
29 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-gtksourceview
31 make DESTDIR=$startdir/pkg install
35 # vim:set ts=2 sw=2 et: