aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 22:05:22 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 22:05:22 +0300
commita0668a067d82608d3eef748c58ac8f16774031f3 (patch)
tree75848a023003b4fba5a0635e357d3824f25586d4 /testing
parent5b3e6a3fc121cddfbebe97811249d72c74bba38e (diff)
downloadrepository-a0668a067d82608d3eef748c58ac8f16774031f3.tar.gz
mlocate: add package to testing
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/mlocate/build9
-rw-r--r--testing/mlocate/checksums1
-rwxr-xr-xtesting/mlocate/post-install19
-rw-r--r--testing/mlocate/sources1
-rw-r--r--testing/mlocate/version1
5 files changed, 31 insertions, 0 deletions
diff --git a/testing/mlocate/build b/testing/mlocate/build
new file mode 100755
index 00000000..e641b74d
--- /dev/null
+++ b/testing/mlocate/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls
+
+make
+
+make DESTDIR="$1" install
diff --git a/testing/mlocate/checksums b/testing/mlocate/checksums
new file mode 100644
index 00000000..ad24726f
--- /dev/null
+++ b/testing/mlocate/checksums
@@ -0,0 +1 @@
+3063df79fe198fb9618e180c54baf3105b33d88fe602ff2d8570aaf944f1263e mlocate-0.26.tar.xz
diff --git a/testing/mlocate/post-install b/testing/mlocate/post-install
new file mode 100755
index 00000000..31c4d616
--- /dev/null
+++ b/testing/mlocate/post-install
@@ -0,0 +1,19 @@
+#!/bin/sh -e
+
+if grep -q mlocate /etc/group; then
+ echo "mlocate group already exists, skipping creation"
+else
+ echo "Creating mlocate group"
+ addgroup mlocate
+fi
+
+cat <<EOF
+
+NOTE: In order to use "locate" command without
+root priviliges add yourself to the
+
+ mlocate
+
+group.
+
+EOF
diff --git a/testing/mlocate/sources b/testing/mlocate/sources
new file mode 100644
index 00000000..c3089b62
--- /dev/null
+++ b/testing/mlocate/sources
@@ -0,0 +1 @@
+http://releases.pagure.org/mlocate/mlocate-0.26.tar.xz
diff --git a/testing/mlocate/version b/testing/mlocate/version
new file mode 100644
index 00000000..f718ec45
--- /dev/null
+++ b/testing/mlocate/version
@@ -0,0 +1 @@
+0.26 1