mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 06:24:37 +08:00
Remove rdate
This commit is contained in:
parent
5a8ad3937b
commit
f69bce0ed5
@ -1,24 +0,0 @@
|
||||
#
|
||||
# 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user