public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin-apps <cygwin-apps@cygwin.com>
Subject: [ITA from Yaakov] libpaper
Date: Tue, 12 May 2020 21:05:27 -0400	[thread overview]
Message-ID: <a0c03664-0952-2770-8c5a-c7f2e344fbe8@cornell.edu> (raw)

[-- 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
}

                 reply	other threads:[~2020-05-13  1:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a0c03664-0952-2770-8c5a-c7f2e344fbe8@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).