[Frugalware-git] frugalware-current: darcs-1.0.9-1-i686
VMiklos
vmiklos at frugalware.org
Wed Jul 11 00:45:32 CEST 2007
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=commitdiff;h=52928ff36515098b9ff59227ff382fef4aefb591
commit 52928ff36515098b9ff59227ff382fef4aefb591
Author: VMiklos <vmiklos at frugalware.org>
Date: Wed Jul 11 00:43:47 2007 +0200
darcs-1.0.9-1-i686
move to extra
diff --git a/source/devel-extra/darcs/FrugalBuild b/source/devel-extra/darcs/FrugalBuild
new file mode 100644
index 0000000..bc16559
--- /dev/null
+++ b/source/devel-extra/darcs/FrugalBuild
@@ -0,0 +1,37 @@
+# Compiling Time: 3.13 SBU
+# Maintainer: VMiklos <vmiklos at frugalware.org>
+
+pkgname=darcs
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="David's Advanced Revision Control System"
+url="http://darcs.net"
+depends=('gmp' 'curl>=7.16.0' 'readline' 'mta')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+makedepends=('ghc>=6.6.1-2' 'latex2html' 'git')
+up2date="lynx -dump $url|grep Stable|sed 's/.*(\(.*\)).*/\1/'"
+source=(http://darcs.net/$pkgname-$pkgver.tar.gz \
+ README.Frugalware)
+sha1sums=('b2d2238c01d530796c29db4b46fd4fd9c21be9b6' \
+ '85616be72dfaa945425ab9e9f5deca57fa5ccda9')
+options=('scriptlet')
+
+build()
+{
+ Fcd
+ Fpatchall
+ if [ "$CARCH" == "x86_64" ]; then
+ Fconf --enable-git --with-git-core=/usr/lib \
+ --with-git-includes=-I/usr/include/git --without-docs
+ else
+ Fconf --enable-git --with-git-core=/usr/lib \
+ --with-git-includes=-I/usr/include/git
+ fi
+ make all || Fdie
+ Fmakeinstall
+ if [ "$CARCH" != "x86_64" ]; then
+ Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
+ fi
+}
+
diff --git a/source/devel-extra/darcs/README.Frugalware b/source/devel-extra/darcs/README.Frugalware
new file mode 100644
index 0000000..0bd9f1d
--- /dev/null
+++ b/source/devel-extra/darcs/README.Frugalware
@@ -0,0 +1,13 @@
+First, please not that `darcs` comes with a very good HTML documentation, which
+is available under the `/usr/share/doc/darcs-1.0.9/manual` dir. That's the
+place where everything is properly documented, not the manpage. Using `darcs
+[subcommand] -h` is usable only as a reference, too.
+
+If you're completely new to `darcs`, then start at
+`/usr/share/doc/darcs-1.0.8/manual/node4.html`.
+
+Please also note that in order for the `darcs send` command to work properly,
+you must properly configure your mail transport agent to relay outgoing mail.
+For example, if you are using postfix, you need to edit `/etc/postfix/main.cf`,
+see the 'Using a relay host' part of the postfix package documentation for more
+info.
diff --git a/source/devel/darcs/FrugalBuild b/source/devel/darcs/FrugalBuild
deleted file mode 100644
index c74d543..0000000
--- a/source/devel/darcs/FrugalBuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Compiling Time: 3.13 SBU
-# Maintainer: VMiklos <vmiklos at frugalware.org>
-
-pkgname=darcs
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="David's Advanced Revision Control System"
-url="http://darcs.net"
-depends=('gmp' 'curl>=7.16.0' 'readline' 'mta')
-groups=('devel')
-archs=('i686' 'x86_64')
-makedepends=('ghc>=6.6.1-2' 'latex2html' 'git')
-up2date="lynx -dump $url|grep Stable|sed 's/.*(\(.*\)).*/\1/'"
-source=(http://darcs.net/$pkgname-$pkgver.tar.gz \
- README.Frugalware)
-sha1sums=('b2d2238c01d530796c29db4b46fd4fd9c21be9b6' \
- '85616be72dfaa945425ab9e9f5deca57fa5ccda9')
-options=('scriptlet')
-
-build()
-{
- Fcd
- Fpatchall
- if [ "$CARCH" == "x86_64" ]; then
- Fconf --enable-git --with-git-core=/usr/lib \
- --with-git-includes=-I/usr/include/git --without-docs
- else
- Fconf --enable-git --with-git-core=/usr/lib \
- --with-git-includes=-I/usr/include/git
- fi
- make all || Fdie
- Fmakeinstall
- if [ "$CARCH" != "x86_64" ]; then
- Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
- fi
-}
-
diff --git a/source/devel/darcs/README.Frugalware b/source/devel/darcs/README.Frugalware
deleted file mode 100644
index 0bd9f1d..0000000
--- a/source/devel/darcs/README.Frugalware
+++ /dev/null
@@ -1,13 +0,0 @@
-First, please not that `darcs` comes with a very good HTML documentation, which
-is available under the `/usr/share/doc/darcs-1.0.9/manual` dir. That's the
-place where everything is properly documented, not the manpage. Using `darcs
-[subcommand] -h` is usable only as a reference, too.
-
-If you're completely new to `darcs`, then start at
-`/usr/share/doc/darcs-1.0.8/manual/node4.html`.
-
-Please also note that in order for the `darcs send` command to work properly,
-you must properly configure your mail transport agent to relay outgoing mail.
-For example, if you are using postfix, you need to edit `/etc/postfix/main.cf`,
-see the 'Using a relay host' part of the postfix package documentation for more
-info.
More information about the Frugalware-git
mailing list