ports/core (3.7): mlocate: syntax
commit 47d3f7dabd89551f9038619f4cf8983cc1ea1176 Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:03:31 2021 +0100 mlocate: syntax diff --git a/mlocate/.signature b/mlocate/.signature index 4bfd304b..c4634ba4 100644 --- a/mlocate/.signature +++ b/mlocate/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqgvxT+XGQW+cVhO3T0AnLeF9mRG69XKQigVmESv/lx3tdC5REECq/g06yDB5/msaee0+CbsU2Ienj9FeE2WBVwY= -SHA256 (Pkgfile) = 9cc4818ecb7cf69383f300d5b9acbd6444db09f14a9d865b9930fe50f6fc103b +RWRJc1FUaeVeqrKvDvDMBRy4wlRzM4aOrdsklhTuVHkGBJ8lK63xrMSFwow+0lHk07ifLUh1sj3mdhRTOP3Ealp8kQ2IgyBzqwY= +SHA256 (Pkgfile) = 8102addba9631d44b8db4718258004c51dbcc8d24d5289aedf35d70bf9a4ede0 SHA256 (.footprint) = bba6afc106f6bb2d4b38c82dd83599abd594b6683feaa1d220d5bf9b6c3f726f SHA256 (mlocate-0.26.tar.xz) = 3063df79fe198fb9618e180c54baf3105b33d88fe602ff2d8570aaf944f1263e SHA256 (mlocate) = def6b64ba85946c724192e282459b12ebcbd37fc4fd19cab7493b5bb25a86885 diff --git a/mlocate/Pkgfile b/mlocate/Pkgfile index 1252e692..4efc387a 100644 --- a/mlocate/Pkgfile +++ b/mlocate/Pkgfile @@ -1,23 +1,23 @@ # Description: Fast merging drop-in replacement for slocate -# URL: https://pagure.io/mlocate -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: https://pagure.io/mlocate +# Maintainer: CRUX System Team, core-ports at crux dot nu name=mlocate version=0.26 release=2 -source=(https://releases.pagure.org/$name/$name-$version.tar.xz \ - mlocate updatedb.conf) +source=(https://releases.pagure.org/$name/$name-$version.tar.xz + mlocate updatedb.conf) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --disable-nls - make - make DESTDIR=$PKG install + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --disable-nls + make + make DESTDIR=$PKG install - install -D -m 0755 $SRC/mlocate $PKG/etc/cron/daily/mlocate - install -m 0644 $SRC/updatedb.conf $PKG/etc + install -D -m 0755 $SRC/mlocate $PKG/etc/cron/daily/mlocate + install -m 0644 $SRC/updatedb.conf $PKG/etc }
participants (1)
-
crux@crux.nu