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

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


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

Modified: PKGBUILD (1.13 -> 1.14)

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


Index: arch/build/base/mktemp/PKGBUILD
diff -u arch/build/base/mktemp/PKGBUILD:1.13 arch/build/base/mktemp/PKGBUILD:1.14
--- arch/build/base/mktemp/PKGBUILD:1.13	Mon Feb 12 04:30:38 2007
+++ arch/build/base/mktemp/PKGBUILD	Tue Aug 21 11:35:23 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.13 2007/02/12 09:30:38 andyrtr Exp $
+# $Id: PKGBUILD,v 1.14 2007/08/21 15:35:23 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=mktemp
 pkgver=1.5
@@ -6,6 +6,8 @@
 pkgdesc="A utility to create unique temporary filenames"
 arch=(i686 x86_64)
 url="http://www.mktemp.org/mktemp"
+license=('BSD')
+groups=('base')
 depends=('glibc')
 source=(ftp://ftp.cs.colorado.edu/pub/mktemp/${pkgname}-${pkgver}.tar.gz)
 md5sums=('9a35c59502a228c6ce2be025fc6e3ff2')
@@ -15,4 +17,6 @@
   ./configure --prefix=/usr
   make -j1 || return 1
   make prefix=$startdir/pkg/usr install
+  # install license
+  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/license.txt
 }




More information about the arch-commits mailing list