File: control

package info (click to toggle)
xclip 0.08-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 706
  • sloc: ansic: 896; makefile: 786; sh: 56
file content (19 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: xclip
Section: x11
Priority: optional
Maintainer: Baruch Even <baruch@debian.org>
Build-Depends: debhelper (>> 5.0.0), libx11-dev, libxmu-dev, x-dev, xutils
Standards-Version: 3.7.2

Package: xclip
Architecture: any
Depends: ${shlibs:Depends}
Description: command line interface to X selections
 xclip is a command line utility that is designed to run on any system with an
 X11 implementation. It provides an interface to X selections ("the clipboard")
 from the command line. It can read data from standard in or a file and place
 it in an X selection for pasting into other X applications. xclip can also
 print an X selection to standard out, which can then be redirected to a file
 or another program.
 .
 Homepage: http://people.debian.org/~kims/xclip/