[arch-commits] CVS update of arch/build/base/gen-init-cpio (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Aug 21 15:34:59 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:34:59
  Author: dan
    Path: /home/cvs-arch/arch/build/base/gen-init-cpio

Modified: PKGBUILD (1.1 -> 1.2)

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


Index: arch/build/base/gen-init-cpio/PKGBUILD
diff -u arch/build/base/gen-init-cpio/PKGBUILD:1.1 arch/build/base/gen-init-cpio/PKGBUILD:1.2
--- arch/build/base/gen-init-cpio/PKGBUILD:1.1	Mon Jun 19 12:47:56 2006
+++ arch/build/base/gen-init-cpio/PKGBUILD	Tue Aug 21 11:34:59 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.1 2006/06/19 16:47:56 tpowa Exp $
+# $Id: PKGBUILD,v 1.2 2007/08/21 15:34:59 dan Exp $
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=gen-init-cpio
@@ -6,6 +6,8 @@
 pkgrel=1
 pkgdesc="Program to compress initramfs images"
 arch=(i686 x86_64)
+license=('custom:none')
+groups=('base')
 url="http://www.kernel.org/"
 depends=('glibc')
 source=(Makefile gen_init_cpio.c)




More information about the arch-commits mailing list