From c2e77baada5e3f1dfd329a669d2bcf21795f36fd Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 23 Jan 2023 23:45:48 +0300 Subject: Deleted package: htpdate --- htpdate/.SRCINFO | 15 --------------- htpdate/.gitignore | 4 ---- htpdate/PKGBUILD | 29 ----------------------------- htpdate/htpdate.service | 11 ----------- 4 files changed, 59 deletions(-) delete mode 100644 htpdate/.SRCINFO delete mode 100644 htpdate/.gitignore delete mode 100644 htpdate/PKGBUILD delete mode 100644 htpdate/htpdate.service diff --git a/htpdate/.SRCINFO b/htpdate/.SRCINFO deleted file mode 100644 index be3270b..0000000 --- a/htpdate/.SRCINFO +++ /dev/null @@ -1,15 +0,0 @@ -pkgbase = htpdate - pkgdesc = HTTP Time protocol - pkgver = 1.3.6 - pkgrel = 1 - url = https://github.com/twekkel/htpdate - arch = i686 - arch = x86_64 - license = GPL2 - depends = glibc - source = htpdate-1.3.6.tar.gz::https://github.com/twekkel/htpdate/archive/v1.3.6.tar.gz - source = htpdate.service - sha256sums = 3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9 - sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b - -pkgname = htpdate diff --git a/htpdate/.gitignore b/htpdate/.gitignore deleted file mode 100644 index aece887..0000000 --- a/htpdate/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/update -/htpdate-*.tar.* -/pkg/ -/src/ diff --git a/htpdate/PKGBUILD b/htpdate/PKGBUILD deleted file mode 100644 index bc2db96..0000000 --- a/htpdate/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Yigit Sever -# Contributor: Dominik Schrempf -# Contributor: Jonathan Ryan -# Contributor: Hussam Al-Tayeb - -pkgname=htpdate -pkgver=1.3.6 -pkgrel=1 -pkgdesc="HTTP Time protocol" -arch=('i686' 'x86_64') -url="https://github.com/twekkel/htpdate" -license=(GPL2) -depends=('glibc') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" - "htpdate.service") -sha256sums=('3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9' - '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') - -build() { - cd ${pkgname}-${pkgver} - make -} - -package() { - install -D -m644 htpdate.service ${pkgdir}/usr/lib/systemd/system/htpdate.service - cd ${pkgname}-${pkgver} - install -D -m755 htpdate ${pkgdir}/usr/bin/htpdate - install -D -m644 htpdate.8 ${pkgdir}/usr/share/man/man8/htpdate.8 -} diff --git a/htpdate/htpdate.service b/htpdate/htpdate.service deleted file mode 100644 index 509b072..0000000 --- a/htpdate/htpdate.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Htpdate daemon - -[Service] -Type=forking -PIDFile=/run/htpdate.pid -ExecStart=/usr/bin/htpdate -D -a -s -i /run/htpdate.pid www.linux.org www.freebsd.org ntp.neu.edu.cn www.kernel.org - -[Install] -WantedBy=multi-user.target - -- cgit v1.2.3-61-g4310