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" SUMMARY="Portable Archive Interchange"
LICENCES="( as-is )" LICENCES="as-is"
SLOT="0" SLOT="0"
PLATFORMS="~amd64 ~arm ~ia64 ~ppc64 ~x86" PLATFORMS="~amd64"
MYOPTIONS=""
DEPENDENCIES="" DEPENDENCIES=""
DEFAULT_SRC_CONFIGURE_PARAMS=( --bindir=/bin )
DEFAULT_SRC_INSTALL_EXTRA_DOCS=( PORTS )
WORK=${WORKBASE}/${PN}-${PV}
src_compile() { src_compile() {
edo gcc ${CFLAGS} ${LDFLAGS} -o pax *.c edo gcc ${CFLAGS} ${LDFLAGS} -o pax *.c
} }
@ -24,4 +18,5 @@ src_compile() {
src_install() { src_install() {
dobin pax dobin pax
doman pax.1 doman pax.1
emagicdocs
} }