diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-20 04:04:36 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-20 04:04:36 +0000 |
commit | 7e108c74958ec076a3734822f61f145d0d69547f (patch) | |
tree | 5af7d8df8a09ee699544a24ce149876c1cdee06e /community/pax-utils | |
parent | 8640bbf496b9d8a232da91e1db43466797f86861 (diff) |
Thu Mar 20 04:00:11 UTC 2014
Diffstat (limited to 'community/pax-utils')
-rw-r--r-- | community/pax-utils/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/pax-utils/PKGBUILD b/community/pax-utils/PKGBUILD index 6298b812a..d30618b7a 100644 --- a/community/pax-utils/PKGBUILD +++ b/community/pax-utils/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 88483 2013-04-18 13:24:39Z tredaelli $ +# $Id: PKGBUILD 107777 2014-03-19 12:12:22Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: sh0 <mee@sh0.org> # Contributor: Maxwel <msg.maxwel@gmail.com> pkgname=pax-utils pkgver=0.7 -pkgrel=1 +pkgrel=2 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties' url='http://hardened.gentoo.org/pax-utils.xml' arch=('i686' 'x86_64') license=('GPL') -depends=('bash' 'libcap') -checkdepends=('python') +depends=('bash' 'libcap' 'python-pyelftools') source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz") sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84') @@ -27,5 +26,5 @@ check() { package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make USE_PYTHON='yes' DESTDIR="${pkgdir}" install } |