CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mlocate: update to 0.23.1
authorVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:04:18 +0000 (08:04 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:04:18 +0000 (08:04 +0000)
mlocate/.md5sum
mlocate/Pkgfile
mlocate/updatedb.conf

index efabc02f649872f29cd62d5cd5d336dc1d962fbb..decfb45eec815299696810d5388dc8394213b0ab 100644 (file)
@@ -1,3 +1,3 @@
 7d67badc004a8ade29648c8449b479e4  mlocate
-27de49a88b8657f50fda02d152b8a5f1  mlocate-0.22.2.tar.bz2
-47c5a6128ab24e9adaed650e255dfac7  updatedb.conf
+db48f27fae91c754c46d8046919803c5  mlocate-0.23.1.tar.xz
+ba81e63d0d15d630e5feaecb066b202c  updatedb.conf
index d57c848d5411138bfdd2a7a95485755ede5de4f4..d5ef9e4266d1544d313fd173a510f3c729440512 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=mlocate
-version=0.22.2
+version=0.23.1
 release=1
-source=(https://fedorahosted.org/releases/m/l/$name/$name-$version.tar.bz2 \
+source=(https://fedorahosted.org/releases/m/l/$name/$name-$version.tar.xz \
         mlocate updatedb.conf)
 
 build() {
@@ -19,8 +19,7 @@ build() {
               --mandir=/usr/man \
               --sysconfdir=/etc \
               --localstatedir=/var/lib \
-              --disable-nls \
-              --disable-debug
+              --disable-nls
   
   sed -i -e '29 d' -e '82 d' gnulib/lib/wchar.in.h
   make ARCH=arm 
index 54e8f853609f80986e472058110c4a29cba0bcd9..0b2ab9246f6051cf0f1e081626af9e9784302ef6 100644 (file)
@@ -1,11 +1,10 @@
 #
 # /etc/updatedb.conf
 #
-# configuration file for updatedb(8) used by 
-# updatedb, see updatedb.conf(5)
+# configuration file for updatedb(8), see updatedb.conf(5)
 
-PRUNEFS="nfs afs proc smbfs autofs auto iso9660"
-PRUNENAMES=".git .svn .cvs"
-PRUNEPATHS="/tmp /var/tmp /var/spool /mnt"
+PRUNEFS="nfs nfs4 afs proc smbfs cifs autofs auto iso9660 sshfs sysfs usbfs tmpfs"
+PRUNENAMES=".git .svn .hg .bzr _darcs CVS RCS"
+PRUNEPATHS="/tmp /mnt /var/cache /var/lock /var/run /var/spool /var/tmp"
 
 # End of file