We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12439a commit 850157bCopy full SHA for 850157b
recipes/libxinerama
@@ -0,0 +1,25 @@
1
+name=libxinerama
2
+version=1.1.5
3
+revision=1
4
+tarball_url="https://www.x.org/archive/individual/lib/libXinerama-${version}.tar.gz"
5
+tarball_blake2b="ac24af05ae483e7f8476cb5fdf901ae80c592a766387e9f662ceeae5906a55e8529b35fcd01b6893289007e30788fd9e3a507af95870acfa6b25b25b159024a5"
6
+source_hostdeps="autoconf automake libtool pkg-config"
7
+source_deps="xorg-util-macros"
8
+hostdeps="gcc autoconf automake libtool pkg-config"
9
+deps="core-libs libxext xorg-proto"
10
+
11
+regenerate() {
12
+ autotools_recursive_regen
13
+}
14
15
+build() {
16
+ autotools_configure
17
18
+ make -j${parallelism}
19
20
21
+package() {
22
+ DESTDIR="${dest_dir}" make install
23
24
+ post_package_strip
25
0 commit comments