[arch-commits] CVS update of extra/daemons/sysklogd (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Nov 15 00:48:39 UTC 2007


    Date: Wednesday, November 14, 2007 @ 19:48:39
  Author: eric
    Path: /home/cvs-extra/extra/daemons/sysklogd

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.19 -> 1.20)

upgpkg: sysklogd 1.5-1
upstream update, added license and url, PKGBUILD cleanup


----------+
 LICENSE  |   16 ++++++++++++++++
 PKGBUILD |   41 ++++++++++++++++++++++++-----------------
 2 files changed, 40 insertions(+), 17 deletions(-)


Index: extra/daemons/sysklogd/LICENSE
diff -u /dev/null extra/daemons/sysklogd/LICENSE:1.1
--- /dev/null	Wed Nov 14 19:48:39 2007
+++ extra/daemons/sysklogd/LICENSE	Wed Nov 14 19:48:39 2007
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 1983, 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
Index: extra/daemons/sysklogd/PKGBUILD
diff -u extra/daemons/sysklogd/PKGBUILD:1.19 extra/daemons/sysklogd/PKGBUILD:1.20
--- extra/daemons/sysklogd/PKGBUILD:1.19	Fri Dec 29 11:59:40 2006
+++ extra/daemons/sysklogd/PKGBUILD	Wed Nov 14 19:48:39 2007
@@ -1,31 +1,38 @@
-# $Id: PKGBUILD,v 1.19 2006/12/29 16:59:40 tpowa Exp $
-# Maintainer: judd <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.20 2007/11/15 00:48:39 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
 pkgname=sysklogd
-pkgver=1.4.1
-pkgrel=11
-pkgdesc="System log daemons"
-arch=(i686 x86_64)
-backup=(etc/syslog.conf)
+pkgver=1.5
+pkgrel=1
+pkgdesc="System and kernel log daemons"
+arch=('i686' 'x86_64')
+url="http://www.infodrom.org/projects/sysklogd/"
+license=('GPL' 'BSD')
 depends=('glibc' 'logrotate')
 provides=('logger')
-source=(ftp://ftp.ibiblio.org/pub/Linux/system/daemons/$pkgname-$pkgver.tar.gz \
-        syslog.conf syslog.logrotate syslogd klogd crunch_list.patch \
-        headers26.patch)
-md5sums=('d214aa40beabf7bdb0c9b3c64432c774' 'b8bc568494359fa932b7a5e17c4ba4de'\
+backup=(etc/syslog.conf)
+source=(http://www.infodrom.org/projects/sysklogd/download/$pkgname-$pkgver.tar.gz \
+        syslog.conf syslog.logrotate syslogd klogd LICENSE)
+md5sums=('e053094e8103165f98ddafe828f6ae4b' 'b8bc568494359fa932b7a5e17c4ba4de'\
          'fb3fdb03959ff62ede00487c853bb950' '92531ee64cdc0ca978bbe9a81c269211'\
-         'c2fe75c82c35371972b6ceda72d6a861' '2f04b7f08897bb6aa8aac969d6a24dbb'\
-         'd9e4c2d71ea06b67fdf3fed64f54c78e')
+         'c2fe75c82c35371972b6ceda72d6a861' '7930f7ff5038e1318511624e348581cc')
+sha1sums=('070cce745b023f2ce7ca7d9888af434d6d61c236'
+          '35b4cb76109a6ffe9269021a6bfb4f8da614a4eb'
+          'e67c0f78f13c94507d3f686b4e5b8340db4624fd'
+          '848beb23b9ca4de19c6022df03878dbe57e04c0a'
+          'f46088f761c033562a59bc13d4888b7343bc02fc'
+          'c416bcefd3d3d618139cc7912310caddf34c0c0b')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../crunch_list.patch
-  patch -Np1 -i ../headers26.patch
   make || return 1
-  mkdir -p $startdir/pkg/usr/sbin $startdir/pkg/usr/man/man8
-  mkdir -p $startdir/pkg/usr/man/man5
+  mkdir -p $startdir/pkg/usr/sbin
+  mkdir -p $startdir/pkg/usr/man/{man5,man8}
   make INSTALL=/bin/install BINDIR=$startdir/pkg/usr/sbin MANDIR=$startdir/pkg/usr/man install
   install -D -m644 ../syslog.conf $startdir/pkg/etc/syslog.conf
   install -D -m644 ../syslog.logrotate $startdir/pkg/etc/logrotate.d/syslog
   install -D -m755 ../syslogd $startdir/pkg/etc/rc.d/syslogd
   install -D -m755 ../klogd $startdir/pkg/etc/rc.d/klogd
+  install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list