# HG changeset patch # User Dominique Corbex # Date 1237059889 -3600 # Node ID 9058617a46bbea8007ba536a1b0e69192fbc1322 # Parent 6f13ed714d4d2a65d280e57ea07b30a9f938ba1d emacs: update depends diff -r 6f13ed714d4d -r 9058617a46bb emacs/receipt --- a/emacs/receipt Sat Mar 14 21:28:03 2009 +0100 +++ b/emacs/receipt Sat Mar 14 20:44:49 2009 +0100 @@ -5,7 +5,8 @@ CATEGORY="development" SHORT_DESC="The GNU Emacs editor" MAINTAINER="domcox@users.sourceforge.net" -DEPENDS="" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/emacs/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -19,7 +20,7 @@ sed -i 's/${GZIP_PROG} -9n/${GZIP_PROG}/g' leim/Makefile.in # Configure ./configure $CONFIGURE_ARGS \ - --infodir=/usr/share/info \ + --infodir=/usr/share/emacs/info \ --mandir=/usr/share/man \ --without-pop \ --without-sound \ @@ -46,6 +47,7 @@ # Conf files mkdir -p $fs/usr/share/$PACKAGE/$VERSION mkdir -p $fs/usr/share/$PACKAGE/$VERSION/etc + mkdir -p $fs/usr/share/$PACKAGE/info cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/TUTORIAL $fs/usr/share/$PACKAGE/$VERSION/etc cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/TUTORIAL.de $fs/usr/share/$PACKAGE/$VERSION/etc cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/TUTORIAL.es $fs/usr/share/$PACKAGE/$VERSION/etc @@ -57,6 +59,8 @@ cp -a $_pkg/usr/share/$PACKAGE/$VERSION/lisp $fs/usr/share/$PACKAGE/$VERSION cp -a $_pkg/usr/share/$PACKAGE/$VERSION/leim $fs/usr/share/$PACKAGE/$VERSION cp -a $_pkg/usr/share/$PACKAGE/site-lisp $fs/usr/share/$PACKAGE + cp -a $_pkg/usr/share/$PACKAGE/info/em* $fs/usr/share/$PACKAGE/info + cp -a $_pkg/usr/share/$PACKAGE/info/info $fs/usr/share/$PACKAGE/info cp -a $_pkg/usr/lib $fs/usr # Delete Lisp sources find $fs/usr/share -name *el.gz > lisp-sources