]> cygwin.com Git - cygwin-apps/cygutils.git/blob - cygutils.cygport
Release 1.4.16
[cygwin-apps/cygutils.git] / cygutils.cygport
1 NAME=cygutils
2 VERSION=1.4.16
3 RELEASE=1
4
5 SUMM="A collection of simple utilities"
6 DESC="A collection of simple (single source file) utilities, including"
7
8 HOMEPAGE="http://cygutils.fruitbat.org/cygutils-package/index.html"
9 GIT_URI="git://cygwin.com/git/cygwin-cygutils.git"
10 GIT_TAG="v1_4_16"
11 inherit git
12
13 PKG_NAMES="cygutils cygutils-extra cygutils-x11"
14
15 cygutils_CATEGORY=Base
16 cygutils_SUMMARY="${SUMM} (core collection)"
17 cygutils_DESCRIPTION="${DESC}
18 cygstart, mkshortcut, and readshortcut."
19 cygutils_CONTENTS='
20 usr/bin/cygstart.exe
21 usr/bin/mkshortcut.exe
22 usr/bin/readshortcut.exe
23 usr/share/doc/cygutils/[A-Z]*
24 usr/share/doc/cygutils/licenses
25 usr/share/man/man1/cygstart.1*
26 usr/share/man/man1/mkshortcut.1*
27 usr/share/man/man1/readshortcut.1*'
28
29 cygutils_extra_CATEGORY=Utils
30 cygutils_extra_SUMMARY="${SUMM} (other tools)"
31 cygutils_extra_DESCRIPTION="${DESC}
32 banner, conv, cygdrop, cygicons, dump (a hexdumper), getclip,
33 ipck, lpr, msgtool, putclip, semstat, semtool, shmtool, and winln."
34 cygutils_extra_CONTENTS='
35 usr/bin/banner.exe
36 usr/bin/conv.exe
37 usr/bin/cygdrop.exe
38 usr/bin/cygicons-0.dll
39 usr/bin/dump.exe
40 usr/bin/getclip.exe
41 usr/bin/ipck
42 usr/bin/lpr.exe
43 usr/bin/msgtool.exe
44 usr/bin/putclip.exe
45 usr/bin/semstat.exe
46 usr/bin/semtool.exe
47 usr/bin/shmtool.exe
48 usr/bin/winln.exe
49 usr/include
50 usr/lib
51 usr/share/doc/cygutils/cygicons
52 usr/share/doc/cygutils/lpr
53 usr/share/man/man1/lpr.1*
54 usr/share/man/man1/winln.1*'
55
56 cygutils_x11_CATEGORY=X11
57 cygutils_x11_SUMMARY="${SUMM} (X11 integration)"
58 cygutils_x11_DESCRIPTION="${DESC}
59 a cygstart app and a cygutils app."
60 cygutils_x11_CONTENTS='
61 usr/share/applications/cygstart.desktop
62 usr/share/mime/packages/cygutils.xml'
63
64 DIFF_EXCLUDES="-x m4 -x build-aux -x Makefile.in -x aclocal.m4 -x configure"
65
66 src_compile() {
67 cd ${S}
68 ./bootstrap
69 cd ${B}
70 cygconf --enable-silent-rules
71 cygmake
72 }
73
This page took 0.060245 seconds and 5 git commands to generate.