CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.35.2
[ports/core-arm64.git] / openrdate / Pkgfile
index 934462e98e31d06670cfa56324047de9aa0486bc..9f921333af4f894d7467a925a5ef92931c6b6429 100644 (file)
@@ -1,17 +1,20 @@
 # Description: Time setting software implementing RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols
-# URL:         http://sourceforge.net/projects/openrdate/
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
+# URL: http://sourceforge.net/projects/openrdate/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=openrdate
 version=1.2
-release=2
+release=3
 source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$name-$version.tar.gz 
-        rdate)
+        rdate ntpleaps.patch)
 
 build() {
   cd $name-$version
+  # FS1462
+  patch -p1 -i $SRC/ntpleaps.patch
   ./configure --prefix=/usr \
-              --build=arm-unknown-linux-gnueabi
+              --build=arm-unknown-linux-gnu
   make
   make DESTDIR=$PKG install
   install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate