# 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" LICENCES="as-is" SLOT="0" PLATFORMS="~amd64" DEPENDENCIES="" src_compile() { edo gcc ${CFLAGS} ${LDFLAGS} -o pax *.c } src_install() { dobin pax doman pax.1 emagicdocs }