[arch-commits] CVS update of arch/build/devel/strace (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Aug 7 20:03:23 UTC 2007


    Date: Tuesday, August 7, 2007 @ 16:03:23
  Author: tpowa
    Path: /home/cvs-arch/arch/build/devel/strace

Modified: PKGBUILD (1.16 -> 1.17)

'upgpkg: update to new veriosn'


----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Index: arch/build/devel/strace/PKGBUILD
diff -u arch/build/devel/strace/PKGBUILD:1.16 arch/build/devel/strace/PKGBUILD:1.17
--- arch/build/devel/strace/PKGBUILD:1.16	Wed Feb 28 18:18:59 2007
+++ arch/build/devel/strace/PKGBUILD	Tue Aug  7 16:03:23 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.16 2007/02/28 23:18:59 tpowa Exp $
+# $Id: PKGBUILD,v 1.17 2007/08/07 20:03:23 tpowa Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=strace
-pkgver=4.5.15
+pkgver=4.5.16
 pkgrel=1
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=(i686 x86_64)
+license=(CUSTOM)
 url="http://www.liacs.nl/~wichert/strace/"
 depends=('glibc')
 source=(http://heanet.dl.sourceforge.net/sourceforge/strace/strace-$pkgver.tar.bz2)
-md5sums=('ef40944118841803391d212cb64d3c5b')
+md5sums=('77f66d09aa82981bb6d65fa19a2c1ba9')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
+  install -Dm644 COPYRIGHT ${startdir}/pkg/usr/share/licenses/strace/COPYRIGHT
 }




More information about the arch-commits mailing list