core/testdisk/PKGBUILD

32 lines
705 B
Bash
Raw Normal View History

2011-04-13 23:07:02 +08:00
#
# Chakra Packages for Chakra, part of chakra-project.org
#
2014-10-21 03:10:50 +08:00
# maintainer AlmAck
2010-05-24 23:40:27 +08:00
pkgname=testdisk
2015-08-10 05:41:16 +08:00
pkgver=7.0
2014-10-21 03:10:50 +08:00
pkgrel=1
2010-05-24 23:40:27 +08:00
pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
arch=('x86_64')
2010-05-24 23:40:27 +08:00
url="http://www.cgsecurity.org/index.html?testdisk.html"
license=('GPL')
2014-10-21 03:10:50 +08:00
depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfs-3g')
2010-05-24 23:40:27 +08:00
makedepends=('pkgconfig')
source=(http://www.cgsecurity.org/${pkgname}-${pkgver}.tar.bz2)
2015-08-10 05:41:16 +08:00
md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')
2010-05-24 23:40:27 +08:00
build() {
cd "$srcdir/$pkgname-$pkgver"
2010-05-24 23:40:27 +08:00
./configure --prefix=/usr \
--without-ewf \
--enable-sudo
make
2010-05-24 23:40:27 +08:00
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}