core/rdate/PKGBUILD
2011-04-11 01:25:57 +02:00

25 lines
716 B
Bash

#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=rdate
pkgver=1.5
pkgrel=1
pkgdesc="Retrieves the date and time from other machines"
arch=(i686 x86_64)
url="http://users.ecs.soton.ac.uk/njh/rdate/"
license=('GPL')
depends=('glibc')
source=(http://users.ecs.soton.ac.uk/njh/rdate/$pkgname-$pkgver.tar.gz)
md5sums=('0a4f612480777fdf25264ac03c57eae6')
sha256sums=('6e800053eaac2b21ff4486ec42f0aca7214941c7e5fceedd593fa0be99b9227d')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install
}