/[fink]/10.7/main/finkinfo/x11/xscope.info
ViewVC logotype

Contents of /10.7/main/finkinfo/x11/xscope.info

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Sat Jun 3 20:17:47 2023 UTC (11 months, 1 week ago) by nieder
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
xscope 1.4.4

1 Package: xscope
2 Version: 1.4.4
3 Revision: 1
4 Description: X11 connection monitor
5 License: BSD
6 Maintainer: None <fink-devel@lists.sourceforge.net>
7 BuildDepends: <<
8 fink (>= 0.32),
9 fink-buildenv-modules,
10 fink-package-precedence,
11 pkgconfig,
12 xorg-xtrans,
13 xorgproto
14 <<
15 Source: https://xorg.freedesktop.org/archive/individual/app/%n-%v.tar.xz
16 Source-Checksum: SHA256(820d6708fce16e449a3cb8e62c2a0f49551e589d6595633deab82643e6a90c83)
17 PatchScript: <<
18 #https://gitlab.freedesktop.org/xorg/app/xscope/-/issues/2 (Fixed in 1.4.4)
19 perl -pi -e 's|sys/select.h>|$&\n#include <X11/Xfuncproto.h>|g' fd.h
20 <<
21 CompileScript: <<
22 #!/bin/sh -ev
23 . %p/sbin/fink-buildenv-xorg.sh
24 ./configure --prefix=%p/opt/X11 \
25 --mandir=%p/opt/X11/share/man \
26 --disable-xtrans
27 make
28 fink-package-precedence .
29 <<
30 InstallScript: make install DESTDIR=%d
31 DocFiles: ChangeLog COPYING README.md
32 Homepage: https://www.x.org/
33 DescDetail: <<
34 xscope is a program to monitor the connections between an X11 server and
35 a client program.
36 <<

  ViewVC Help
Powered by ViewVC 1.1.17