[arch-commits] Commit in (4 files)

Tobias Powalowski tpowa at archlinux.org
Fri Jul 24 10:38:12 UTC 2009


    Date: Friday, July 24, 2009 @ 06:38:12
  Author: tpowa
Revision: 47606

'newpkg: added to extra'

Added:
  testdisk/
  testdisk/repos/
  testdisk/trunk/
  testdisk/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: testdisk/trunk/PKGBUILD
===================================================================
--- testdisk/trunk/PKGBUILD	                        (rev 0)
+++ testdisk/trunk/PKGBUILD	2009-07-24 10:38:12 UTC (rev 47606)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Michal Krenek <mikos at sg1.cz>
+
+pkgname=testdisk
+pkgver=6.11
+pkgrel=1
+pkgdesc="Tool to check and undelete partition and recover pictures from digital camera memory"
+arch=('i686' 'x86_64')
+url="http://www.cgsecurity.org/index.html?testdisk.html"
+license=('GPL')
+depends=('e2fsprogs' 'openssl' 'progsreiserfs' 'ntfsprogs' 'libjpeg')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+md5sums=('11f8fe95dcd190b69b782efa65b29ba1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
+}




More information about the arch-commits mailing list