emagicdocs, unused vars removed

This commit is contained in:
Denis Knauf 2012-08-15 21:25:45 +02:00
parent 994ddc31d5
commit e30268a8e1

View file

@ -5,18 +5,12 @@ require debian-upstream [ suffix=.orig.tar.gz ]
SUMMARY="Portable Archive Interchange"
LICENCES="( as-is )"
LICENCES="as-is"
SLOT="0"
PLATFORMS="~amd64 ~arm ~ia64 ~ppc64 ~x86"
MYOPTIONS=""
PLATFORMS="~amd64"
DEPENDENCIES=""
DEFAULT_SRC_CONFIGURE_PARAMS=( --bindir=/bin )
DEFAULT_SRC_INSTALL_EXTRA_DOCS=( PORTS )
WORK=${WORKBASE}/${PN}-${PV}
src_compile() {
edo gcc ${CFLAGS} ${LDFLAGS} -o pax *.c
}
@ -24,4 +18,5 @@ src_compile() {
src_install() {
dobin pax
doman pax.1
emagicdocs
}