updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / libpsychrometric / PKGBUILD
bloba9b19e0812a95bca5093a4cb29b9ad19408bdfa6
1 # Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
2 pkgname=libpsychrometric
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="Psychrometrics are the measurements of moist air, from the roots psychro and metric"
6 arch=('i686' 'x86_64')
7 url="http://www.bae.uky.edu/gates/psych/psych.htm"
8 license=('custom')
9 source=($pkgname.tar.gz)
10 md5sums=('59bc6bbcf1b39eb0650c973edf232162')
12 build() {
13   cd $pkgname
14   ./configure --prefix=/usr
15   make
18 package() {
19   cd $pkgname
20   make DESTDIR="$pkgdir"
21   install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"