From d94bf48b169408f5f1c37d7136ab2e4c644e5153 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Mon, 1 Dec 2014 12:23:04 +0100 Subject: [PATCH] pax: bump 20140703-r2 --- .../app-arch/pax/pax-20140703-r2.exheres-0 | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/app-arch/pax/pax-20140703-r2.exheres-0 diff --git a/packages/app-arch/pax/pax-20140703-r2.exheres-0 b/packages/app-arch/pax/pax-20140703-r2.exheres-0 new file mode 100644 index 0000000..bd9b1ab --- /dev/null +++ b/packages/app-arch/pax/pax-20140703-r2.exheres-0 @@ -0,0 +1,28 @@ +# Copyright 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +# http://packages.debian.org/wheezy/pax + +require debian-upstream [ suffix=.orig.tar.gz ] + +SUMMARY="Portable Archive Interchange" + +LICENCES="( BSD-3 MIT )" +SLOT="0" +PLATFORMS="~amd64 ~x86" + +DEPENDENCIES="" + +src_compile() { + # Makefile says: + # # -DLONG_OFF_T The base type of off_t is a long, not a long long. + # # This is often defined in: /usr/include/sys/types.h + edo $CC -DLONG_OFF_T ${CFLAGS} ${LDFLAGS} -o pax *.c +} + +src_install() { + dobin pax + doman pax.1 + emagicdocs +} +