diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-12 16:51:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-12 16:51:27 +0300 |
commit | ac388dee029b82ce7adbeb2e054f5280464d49a3 (patch) | |
tree | a26a7b52e24efcb94706d4649acba05a8c58dae5 /extra | |
parent | 4569e26e5d9e93a59527a20418ce7d5aa9dd7eb7 (diff) | |
download | repository-ac388dee029b82ce7adbeb2e054f5280464d49a3.tar.gz |
attr: add new package at 2.4.48
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/attr/build | 8 | ||||
-rw-r--r-- | extra/attr/checksums | 1 | ||||
-rw-r--r-- | extra/attr/sources | 1 | ||||
-rw-r--r-- | extra/attr/version | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/extra/attr/build b/extra/attr/build new file mode 100755 index 00000000..6b0a232c --- /dev/null +++ b/extra/attr/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install diff --git a/extra/attr/checksums b/extra/attr/checksums new file mode 100644 index 00000000..b7a083ed --- /dev/null +++ b/extra/attr/checksums @@ -0,0 +1 @@ +5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7 attr-2.4.48.tar.gz diff --git a/extra/attr/sources b/extra/attr/sources new file mode 100644 index 00000000..cf4e7617 --- /dev/null +++ b/extra/attr/sources @@ -0,0 +1 @@ +http://download.savannah.gnu.org/releases/attr/attr-2.4.48.tar.gz diff --git a/extra/attr/version b/extra/attr/version new file mode 100644 index 00000000..b18a89af --- /dev/null +++ b/extra/attr/version @@ -0,0 +1 @@ +2.4.48 1 |