diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-21 11:44:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-21 11:44:29 +0300 |
commit | fff1a9c204c943e52c7f5bd65df3b5ef0c62081f (patch) | |
tree | 310b47b0950d2ad264914a37eb1aeb5beafcfe13 /xorg | |
parent | b47cca2a818e5862ab552e5b7666c08174d28815 (diff) | |
download | repository-fff1a9c204c943e52c7f5bd65df3b5ef0c62081f.tar.gz |
xclip: add new package at 0.13
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/xclip/build | 9 | ||||
-rw-r--r-- | xorg/xclip/checksums | 1 | ||||
-rw-r--r-- | xorg/xclip/depends | 5 | ||||
-rw-r--r-- | xorg/xclip/sources | 1 | ||||
-rw-r--r-- | xorg/xclip/version | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xclip/build b/xorg/xclip/build new file mode 100755 index 00000000..e6b61563 --- /dev/null +++ b/xorg/xclip/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +autoreconf -i + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xclip/checksums b/xorg/xclip/checksums new file mode 100644 index 00000000..b4b5db9b --- /dev/null +++ b/xorg/xclip/checksums @@ -0,0 +1 @@ +ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 0.13.tar.gz diff --git a/xorg/xclip/depends b/xorg/xclip/depends new file mode 100644 index 00000000..521ee939 --- /dev/null +++ b/xorg/xclip/depends @@ -0,0 +1,5 @@ +autoconf make +automake make +libX11 +libXt +libXmu diff --git a/xorg/xclip/sources b/xorg/xclip/sources new file mode 100644 index 00000000..4391a439 --- /dev/null +++ b/xorg/xclip/sources @@ -0,0 +1 @@ +https://github.com/astrand/xclip/archive/0.13.tar.gz diff --git a/xorg/xclip/version b/xorg/xclip/version new file mode 100644 index 00000000..2b240897 --- /dev/null +++ b/xorg/xclip/version @@ -0,0 +1 @@ +0.13 1 |