[arch-commits] Commit in strace/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Oct 22 14:00:29 UTC 2009


    Date: Thursday, October 22, 2009 @ 10:00:26
  Author: giovanni
Revision: 56513

upgpkg: strace 4.5.19-1
    upstream release

Modified:
  strace/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-22 13:58:17 UTC (rev 56512)
+++ PKGBUILD	2009-10-22 14:00:26 UTC (rev 56513)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
 pkgname=strace
-pkgver=4.5.18
+pkgver=4.5.19
 pkgrel=1
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/"
 license=('custom')
-url="http://sourceforge.net/projects/strace/"
-depends=('glibc')
+depends=('perl')
 source=(http://downloads.sourceforge.net/sourceforge/strace/strace-$pkgver.tar.bz2)
-md5sums=('e9449fcee97e6a8ed73934c883c870e0')
+md5sums=('2415e435d61e40315a298c80aced0cda')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  install -Dm644 COPYRIGHT ${startdir}/pkg/usr/share/licenses/strace/COPYRIGHT
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list