[arch-commits] CVS update of arch/build/base/fakeroot (PKGBUILD)
Dan McGee
dan at archlinux.org
Tue Aug 21 15:34:53 UTC 2007
Date: Tuesday, August 21, 2007 @ 11:34:53
Author: dan
Path: /home/cvs-arch/arch/build/base/fakeroot
Modified: PKGBUILD (1.5 -> 1.6)
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, 3 insertions(+), 2 deletions(-)
Index: arch/build/base/fakeroot/PKGBUILD
diff -u arch/build/base/fakeroot/PKGBUILD:1.5 arch/build/base/fakeroot/PKGBUILD:1.6
--- arch/build/base/fakeroot/PKGBUILD:1.5 Sun Aug 5 12:03:52 2007
+++ arch/build/base/fakeroot/PKGBUILD Tue Aug 21 11:34:53 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.5 2007/08/05 16:03:52 jgc Exp $
+# $Id: PKGBUILD,v 1.6 2007/08/21 15:34:53 dan Exp $
# Maintainer: judd <jvinet at zeroflux.org>
# Contributor: Jochem Kossen <j.kossen at home.nl>
pkgname=fakeroot
@@ -6,10 +6,11 @@
pkgrel=2
pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
arch=('i686' 'x86_64')
+license=('GPL')
url="http://packages.debian.org/fakeroot"
+groups=('base')
install=fakeroot.install
depends=('glibc' 'filesystem' 'grep')
-license=('GPL')
options=('!libtool')
source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz)
md5sums=('3654bbbf01deeb0d804df194e1b1a2b3')
More information about the arch-commits
mailing list