1 # Contributor: Javier "Phrodo_00" Aravena <phrodo.00@gmail.com>
2 # Contributor: Marcos Heredia <chelqo_at_gmail_dot_com> (REALLY FROM OPENSUSE.ORG!!)
7 pkgdesc="gElemental is a periodic table viewer that provides detailed information on the chemical elements."
9 url="http://www.kdau.com/projects/gelemental/"
11 depends=('glibmm>=2.6' 'gtkmm>=2.6')
12 makedepends=('bzip2' 'gettext' 'libtool' 'pkgconfig')
13 source=("https://api.opensuse.org/public/source/Education/gelemental/$pkgname-$pkgver.tar.bz2"
14 "https://api.opensuse.org/public/source/Education/gelemental/$pkgname-$pkgver-gcc43.patch")
15 md5sums=('efe3dc7b408c0c8c0b72fdd0733b2fb6'
16 'c91f3e04a4eb50301f09703d17c3c156')
18 (cd $startdir/src/ ; patch -p0 -s <../$pkgname-$pkgver-gcc43.patch)
19 cd $startdir/src/$pkgname-$pkgver
20 ./configure --prefix=/usr
22 make DESTDIR=$startdir/pkg install