[arch-commits] CVS update of arch/build/base/openssl (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Aug 21 15:35:26 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:35:26
  Author: dan
    Path: /home/cvs-arch/arch/build/base/openssl

Modified: PKGBUILD (1.31 -> 1.32)

current/base repo cleaning and organizing

* Add a 'base' group to all packages in the base directory. This may be
  refined later to something like base, base-extra, and base-dev, etc. but
  for now lets just stick with the simple.
* Add licenses to all packages in base that were missing them. Pretty sad when
  40% of our core packages didn't have license lines.
* Fix a few other typos, usage of sf.net mirrors, etc.


----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


Index: arch/build/base/openssl/PKGBUILD
diff -u arch/build/base/openssl/PKGBUILD:1.31 arch/build/base/openssl/PKGBUILD:1.32
--- arch/build/base/openssl/PKGBUILD:1.31	Mon Apr 30 17:57:48 2007
+++ arch/build/base/openssl/PKGBUILD	Tue Aug 21 11:35:26 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.31 2007/04/30 21:57:48 andyrtr Exp $
+# $Id: PKGBUILD,v 1.32 2007/08/21 15:35:26 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=openssl
 pkgver=0.9.8e
@@ -6,6 +6,8 @@
 pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security"
 arch=(i686 x86_64)
 url="http://www.openssl.org"
+license=('custom:BSD')
+groups=('base')
 depends=('glibc')
 source=(http://www.openssl.org/source/$pkgname-$pkgver.tar.gz key-length.patch)
 md5sums=('3a7ff24f6ea5cd711984722ad654b927' '8877d92d1ba6b03796bae01582a52fa5')
@@ -31,4 +33,7 @@
   rm $startdir/pkg/usr/man/man1/openssl_$i.1
   ln -s openssl_dgst.1.gz openssl_$i.1.gz
   done
+  # install license
+  cd $startdir/src/$pkgname-$pkgver
+  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/license.txt
 }




More information about the arch-commits mailing list