updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / sodipodi / PKGBUILD
blob88867d1d647026dfce846f151efa6a7a538ea18a
1 # Contributor: T - rttommy@gmail.com
2 pkgname=sodipodi
3 pkgver=0.34
4 pkgrel=1
5 pkgdesc="Small vector graphic editor, father of Inkscape."
6 url="http://www.sodipodi.com/index.php3"
7 arch=('i686' 'x86_64')
8 depends=(gtk2 pango cairo pcre expat)
9 makedepends=(gcc make)
10 license=('GPL')
11 source=(http://internap.dl.sourceforge.net/sourceforge/sodipodi/sodipodi-0.34.tar.gz)
12 md5sums=('396cd78526e5a8102fd11114f45a70fe')
13 build() {
14         cd "$startdir/src/sodipodi-0.34"
15         ./configure --prefix=/usr
16         make
17         make install