diff --git a/tmpwatch/.footprint b/tmpwatch/.footprint new file mode 100644 index 000000000..447b630b3 --- /dev/null +++ b/tmpwatch/.footprint @@ -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 diff --git a/tmpwatch/.signature b/tmpwatch/.signature new file mode 100644 index 000000000..7cfc4de1b --- /dev/null +++ b/tmpwatch/.signature @@ -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 diff --git a/tmpwatch/Pkgfile b/tmpwatch/Pkgfile new file mode 100644 index 000000000..3d16674dc --- /dev/null +++ b/tmpwatch/Pkgfile @@ -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 +}