diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/libXcursor | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/libXcursor')
-rwxr-xr-x | xorg/libXcursor/build | 7 | ||||
-rw-r--r-- | xorg/libXcursor/checksums | 1 | ||||
-rw-r--r-- | xorg/libXcursor/depends | 3 | ||||
-rw-r--r-- | xorg/libXcursor/sources | 1 | ||||
-rw-r--r-- | xorg/libXcursor/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/xorg/libXcursor/build b/xorg/libXcursor/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXcursor/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXcursor/checksums b/xorg/libXcursor/checksums new file mode 100644 index 00000000..0b7031a9 --- /dev/null +++ b/xorg/libXcursor/checksums @@ -0,0 +1 @@ +3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 libXcursor-1.2.0.tar.bz2 diff --git a/xorg/libXcursor/depends b/xorg/libXcursor/depends new file mode 100644 index 00000000..0f2bada9 --- /dev/null +++ b/xorg/libXcursor/depends @@ -0,0 +1,3 @@ +xorgproto make +libXrender +libXfixes diff --git a/xorg/libXcursor/sources b/xorg/libXcursor/sources new file mode 100644 index 00000000..4f3aa121 --- /dev/null +++ b/xorg/libXcursor/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXcursor-1.2.0.tar.bz2 diff --git a/xorg/libXcursor/version b/xorg/libXcursor/version new file mode 100644 index 00000000..9d7d10ab --- /dev/null +++ b/xorg/libXcursor/version @@ -0,0 +1 @@ +1.2.0 2 |