# HG changeset patch # User Pascal Bellard # Date 1219764144 0 # Node ID ef6b94d518a9c12b62d2b799ffb774c4386fc590 # Parent 27ee6849ba178f047aa261a433a553ef06dbe7bd iat: a single line for SHORT_DESC diff -r 27ee6849ba17 -r ef6b94d518a9 iat/receipt --- a/iat/receipt Tue Aug 26 08:36:27 2008 +0000 +++ b/iat/receipt Tue Aug 26 15:22:24 2008 +0000 @@ -3,7 +3,7 @@ PACKAGE="iat" VERSION="0.1.3" CATEGORY="utilities" -SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM +SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \ image file formats and converting them into ISO-9660." MAINTAINER="chadi.elahmad@gmail.com" @@ -27,8 +27,8 @@ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && \ + make && \ make DESTDIR=$PWD/_pkg install }