Date: Wednesday, March 19, 2014 @ 13:12:10 Author: tredaelli Revision: 107776
upgpkg: pax-utils 0.7-2 Use lddtree.py instead of lddtree.sh Modified: pax-utils/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-19 12:02:32 UTC (rev 107775) +++ PKGBUILD 2014-03-19 12:12:10 UTC (rev 107776) @@ -5,13 +5,12 @@ 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 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make USE_PYTHON='yes' DESTDIR="${pkgdir}" install }
