updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / easychem / PKGBUILD
blob07508df0448ed10fdcff35a978a5aeb52276c82f
1 # Contributor: Sergio Vergara <arkanox@gmail.com>
2 pkgname=easychem
3 pkgver=0.6
4 pkgrel=1
5 pkgdesc="EasyChem is a program designed to draw chemical molecules, written under Linux and using Gtk+2"
6 url="http://easychem.sourceforge.net/"
7 license="GPL"
8 depends=('gtk2')
9 install=
10 source=(http://voxel.dl.sourceforge.net/sourceforge/easychem/$pkgname-$pkgver.tar.gz)
11 md5sums=('e3c9a7fb7807b6abc592a3472a65d969')
12 build() {
13   cd $startdir/src/$pkgname-$pkgver
14   mv Makefile.linux Makefile
16   make || return 1
17   mkdir -p $startdir/pkg/usr/bin
18   mv easychem $startdir/pkg/usr/bin