[arch-commits] Commit in c-ares/repos (3 files)

Eric Belanger eric at archlinux.org
Wed Oct 8 20:13:55 UTC 2008


    Date: Wednesday, October 8, 2008 @ 16:13:55
  Author: eric
Revision: 14627

Merged revisions 14626 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/c-ares/trunk

........
  r14626 | eric | 2008-10-08 16:13:05 -0400 (Wed, 08 Oct 2008) | 2 lines
  
  upgpkg: c-ares 1.5.3-1
      upstream update, added license file
........

Added:
  c-ares/repos/extra-i686/LICENSE
    (from rev 14626, c-ares/trunk/LICENSE)
Modified:
  c-ares/repos/extra-i686/	(properties)
  c-ares/repos/extra-i686/PKGBUILD

----------+
 LICENSE  |   15 +++++++++++++++
 PKGBUILD |   10 +++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)


Property changes on: c-ares/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /c-ares/trunk:1-7516
   + /c-ares/trunk:1-14626

Copied: c-ares/repos/extra-i686/LICENSE (from rev 14626, c-ares/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2008-10-08 20:13:55 UTC (rev 14627)
@@ -0,0 +1,15 @@
+/* Copyright 1998 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2007-2008 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-08 20:13:05 UTC (rev 14626)
+++ extra-i686/PKGBUILD	2008-10-08 20:13:55 UTC (rev 14627)
@@ -2,22 +2,22 @@
 # Maintainer: Jeff Mickey <jeff at archlinux.org>
 # Maintainer: Vinay S Shastry <vinayshastry at gmail.com>
 pkgname=c-ares
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="c-ares is a C library that performs DNS requests and name resolves asynchronously"
 url="http://daniel.haxx.se/projects/c-ares/"
 arch=('i686' 'x86_64')
 license=('MIT')
 depends=()
-source=(http://daniel.haxx.se/projects/c-ares/$pkgname-$pkgver.tar.gz)
 options=('!libtool')
+source=(http://daniel.haxx.se/projects/c-ares/$pkgname-$pkgver.tar.gz LICENSE)
+md5sums=('ec202543a8cb86647f52e1ed4b5c0b37' '8d3b474b934eff15d006a754b7e45216')
+sha1sums=('885fa291d7ae7d825c732b38ae147d5f83cc1904' '07d7104fc2d16e9232bd89e5a2fe28735444a6c3')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
+  install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
-
-md5sums=('23adb3729e09879cd2147b31ea5a986e')
-sha1sums=('67a64ca1eab60dabfd462b833216ada3a0de7ffa')




More information about the arch-commits mailing list