public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA from Yaakov] libpaper
@ 2020-05-13  1:05 Ken Brown
  0 siblings, 0 replies; only message in thread
From: Ken Brown @ 2020-05-13  1:05 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

My cygport file is attached.  It bumps the version to 1.1.28 (latest upstream 
release) and changes one URL.  Otherwise it is the same as Yaakov's.

Ken

[-- Attachment #2: libpaper.cygport --]
[-- Type: text/plain, Size: 1060 bytes --]

NAME="libpaper"
VERSION=1.1.28
RELEASE=1
CATEGORY="Libs"
SUMMARY="Paper handling library"
DESCRIPTION="The libpaper paper-handling library automates recognition of
many different paper types and sizes for programs that need to deal with
printed output."
HOMEPAGE="http://packages.debian.org/stable/source/libpaper"
SRC_URI="mirror://debian/pool/main/libp/libpaper/libpaper_${VERSION}.tar.gz"

PKG_NAMES="${NAME}1 ${NAME}-common ${NAME}-devel paperconf"
libpaper1_REQUIRES="${NAME}-common"
libpaper1_CONTENTS="usr/bin/cygpaper-1.dll"
libpaper_common_CONTENTS="etc/ usr/share/doc/ usr/share/man/man5/"
libpaper_devel_CONTENTS="usr/include/ usr/lib/ usr/share/man/man3/"
paperconf_CATEGORY="Utils"
paperconf_SUMMARY="Libpaper settings utilities"
paperconf_OBSOLETES="${NAME}-bin"
paperconf_CONTENTS="usr/bin/*.exe usr/sbin/ usr/share/man/man[18]/"

MAKEOPTS+=" LDFLAGS=-no-undefined"

src_install() {
	cd ${B}
	cyginstall

	# provide a default config (seemingly required for a2ps)
	dodir /etc
	echo letter > ${D}/etc/papersize
	make_etc_defaults /etc/papersize
}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-13  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13  1:05 [ITA from Yaakov] libpaper Ken Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).