Date: Monday, December 19, 2011 @ 07:38:18 Author: giovanni Revision: 145191
upgpkg: smartmontools 5.42-3 Added libcap-ng support Modified: smartmontools/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-12-19 12:35:11 UTC (rev 145190) +++ PKGBUILD 2011-12-19 12:38:18 UTC (rev 145191) @@ -6,12 +6,12 @@ pkgname=smartmontools pkgver=5.42 -pkgrel=2 +pkgrel=3 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives" url="http://smartmontools.sourceforge.net" license=('GPL') arch=('i686' 'x86_64') -depends=('gcc-libs') +depends=('gcc-libs' 'libcap-ng') backup=('etc/smartd.conf' 'etc/conf.d/smartd') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" @@ -26,7 +26,8 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ - --enable-drivedb + --enable-drivedb \ + --with-libcap-ng=yes make }
