[arch-commits] CVS update of arch/build/base/klibc (PKGBUILD)
Dan McGee
dan at archlinux.org
Tue Aug 21 15:35:10 UTC 2007
Date: Tuesday, August 21, 2007 @ 11:35:10
Author: dan
Path: /home/cvs-arch/arch/build/base/klibc
Modified: PKGBUILD (1.9 -> 1.10)
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 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: arch/build/base/klibc/PKGBUILD
diff -u arch/build/base/klibc/PKGBUILD:1.9 arch/build/base/klibc/PKGBUILD:1.10
--- arch/build/base/klibc/PKGBUILD:1.9 Sat Mar 3 22:11:04 2007
+++ arch/build/base/klibc/PKGBUILD Tue Aug 21 11:35:09 2007
@@ -1,4 +1,4 @@
-#$Id: PKGBUILD,v 1.9 2007/03/04 03:11:04 aaron Exp $
+#$Id: PKGBUILD,v 1.10 2007/08/21 15:35:09 dan Exp $
#Maintainer: Aaron Griffin <aaron at archlinux.org>
###
@@ -15,7 +15,9 @@
pkgdesc="a minimal libc made for early-userspace"
arch=(i686 x86_64)
url="http://www.kernel.org/pub/linux/libs/klibc/"
-licenses=("BSD")
+license=('BSD')
+groups=('base')
+options=(!ccache)
source=(http://www.kernel.org/pub/linux/libs/klibc/$_klibcbranch/$pkgname-$pkgver.tar.gz \
multiple_raid_assembly_fix.patch)
md5sums=('d55ce89c0656a7d6896ec0b2af07b5dc' '8d257d50a4554d57b8f461c6a87a2877')
More information about the arch-commits
mailing list