tmpwatch: -> 2.11

This commit is contained in:
Tim Biermann 2021-06-24 17:56:19 +00:00
parent d62128806e
commit d41a438c2d
3 changed files with 27 additions and 0 deletions

7
tmpwatch/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/tmpwatch
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/tmpwatch.8.gz

5
tmpwatch/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zFX+DRAIU3VRxceDypRlVKeSkjixFJyqe5vs5b1aZK90RWzQMJ/z8FVRMgFv0F8SKZI0fSesIe7J0xdnkewnAQ=
SHA256 (Pkgfile) = f472629cc77ba364328b573ae378ce8d4f5551e1a95224d299ac6b77fa37328a
SHA256 (.footprint) = d6ff3e277adfac8c57b9341bb7bfa7ff4651faa3c3539716d1282282062e9d79
SHA256 (tmpwatch-2.11.tar.bz2) = 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4

15
tmpwatch/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: A utility for removing files based on when they were last accessed
# URL: https://pagure.io/tmpwatch
# Maintainer: Tim Biermann, tbier at posteo dot de
name=tmpwatch
version=2.11
release=1
source=(https://releases.pagure.org/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}