${LIBX264}: ${YASM}
${GST_FFMPEG}: ${YASM}
+
+${MERCURIAL}: ${PYTHON}
ipkg ${INTLTOOL}
ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig"
-ipkg -m noac ${MERCURIAL}
ipkg ${DIALOG}
+++ /dev/null
-[extensions]
-color =
-rebase =
-
-# extension do display log in graphical way
-graphlog =
-pager =
-
-# extension for paging mercurial output
-[pager]
-pager = LESS='FSRX' less
-attend = annotate, cat, diff, export, log, glog
-
-[alias]
-# Give log output similar to git
-glog = log --template '\033[0;33mcommit {node} [r{rev}]\n\033[0mAuthor: {author}\nDate: {date|rfc822date}\n\n\t{desc|strip|fill68|tabindent}\n\n'
fpkg -e "tar.gz" ${GIT} "http://git-core.googlecode.com/files"
fpkg -e "tar.gz" "git-manpages-$(get_pkg_ver ${GIT})" \
"http://git-core.googlecode.com/files"
-fpkg -e "tar.gz" ${MERCURIAL} "http://mercurial.selenic.com/release"
fpkg -e "tar.gz" ${DIALOG} "ftp://ftp.us.debian.org/debian/pool/main/d/dialog"
+++ /dev/null
-#!/bin/bash
-
-hvbuild()
-{
- cd ${LFS_TMP}/${PACKAGE}
-
- make build
- make PREFIX=/usr install-bin
-}
-
-hvbuild_post()
-{
- install -dv /etc/mercurial
- install -v -m644 ${SCRDIR}/misc/hgrc /etc/mercurial
-}
ipkg ${ABIWORD} "--disable-spellcheck"
fi
+ipkg -m noac ${MERCURIAL}
+
ipkg ${INDENT}
if [ "x${USE_SAMBA}" = "xyes" ]; then
--- /dev/null
+[extensions]
+color =
+rebase =
+
+# extension do display log in graphical way
+graphlog =
+pager =
+
+# extension for paging mercurial output
+[pager]
+pager = LESS='FSRX' less
+attend = annotate, cat, diff, export, log, glog
+
+[alias]
+# Give log output similar to git
+glog = log --template '\033[0;33mcommit {node} [r{rev}]\n\033[0mAuthor: {author}\nDate: {date|rfc822date}\n\n\t{desc|strip|fill68|tabindent}\n\n'
fpkg ${PHP} "http://us2.php.net/distributions"
+fpkg -e "tar.gz" ${MERCURIAL} "http://mercurial.selenic.com/release"
+
fpkg -m gnu ${INDENT}
fpkg -e "tgz" ${LTSP_UTILS} "http://ltsp.mirrors.tds.net/pub/ltsp/utils"
--- /dev/null
+#!/bin/bash
+
+hvbuild()
+{
+ cd ${LFS_TMP}/${PACKAGE}
+
+ make build
+ make PREFIX=/usr install-bin
+}
+
+hvbuild_post()
+{
+ install -dv /etc/mercurial
+ install -v -m644 ${SCRDIR}/misc/hgrc /etc/mercurial
+}