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

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


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

Modified: PKGBUILD (1.4 -> 1.5)

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 |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


Index: arch/build/base/lzo2/PKGBUILD
diff -u arch/build/base/lzo2/PKGBUILD:1.4 arch/build/base/lzo2/PKGBUILD:1.5
--- arch/build/base/lzo2/PKGBUILD:1.4	Sun May 14 15:31:27 2006
+++ arch/build/base/lzo2/PKGBUILD	Tue Aug 21 11:35:20 2007
@@ -1,11 +1,14 @@
+# $Id: PKGBUILD,v 1.5 2007/08/21 15:35:20 dan Exp $
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=lzo2
 pkgver=2.02
 pkgrel=1.1
-pkgdesc="LZO is a portable lossless data compression library written in ANSI C"
+pkgdesc="a portable lossless data compression library written in ANSI C"
 arch=(i686 x86_64)
 url="http://www.oberhumer.com/opensource/lzo"
+license=('GPL')
+groups=('base')
 depends=('glibc')
 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
 md5sums=('6760e5819f4238328709bf93bf10071c')




More information about the arch-commits mailing list