[arch-commits] Commit in c-ares/trunk (LICENSE PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Oct 8 20:13:05 UTC 2008
Date: Wednesday, October 8, 2008 @ 16:13:05
Author: eric
Revision: 14626
upgpkg: c-ares 1.5.3-1
upstream update, added license file
Added:
c-ares/trunk/LICENSE
Modified:
c-ares/trunk/PKGBUILD
----------+
LICENSE | 15 +++++++++++++++
PKGBUILD | 10 +++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
Added: LICENSE
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2008-10-08 20:13:05 UTC (rev 14626)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-08 20:12:21 UTC (rev 14625)
+++ PKGBUILD 2008-10-08 20:13:05 UTC (rev 14626)
@@ -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