exherbo-denkn/packages/app-arch/pax/pax-20120606-r2.exheres-0

23 lines
371 B
Bash
Raw Normal View History

# Copyright 2012 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
require debian-upstream [ suffix=.orig.tar.gz ]
SUMMARY="Portable Archive Interchange"
2012-08-15 21:31:49 +02:00
LICENCES="( BSD-3 MIT )"
SLOT="0"
2012-08-15 21:25:45 +02:00
PLATFORMS="~amd64"
DEPENDENCIES=""
src_compile() {
edo gcc ${CFLAGS} ${LDFLAGS} -o pax *.c
}
src_install() {
dobin pax
doman pax.1
2012-08-15 21:25:45 +02:00
emagicdocs
}