]> git.pld-linux.org Git - packages/darcs.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 13 Jun 2004 15:18:30 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darcs.spec -> 1.1

darcs.spec [new file with mode: 0644]

diff --git a/darcs.spec b/darcs.spec
new file mode 100644 (file)
index 0000000..b9d63d2
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       David's Advanced Revision Control System is yet another replacement for CVS
+Name:          darcs
+Version:       0.9.20
+Release:       1
+License:       GPL v2
+Group:         Development/Version Control
+Source0:       http://abridgegame.org/darcs/%{name}-%{version}.tar.gz
+# Source0-md5: 4d7bd4d35ee5eadb5913fb19cbfea5ab
+URL:           http://abridgegame.org/darcs/
+BuildRequires: ghc >= 5.04
+BuildRequires: curl-devel
+BuildRequires: zlib-devel
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+David's Advanced Revision Control System is yet another replacement
+for CVS. It is written in Haskell, and has been used on Linux, MacOS
+X, FreeBSD, OpenBSD and Microsoft Windows. Darcs includes a cgi
+script, which can be used to view the contents of your repository.
+
+%prep
+%setup -q
+
+%build
+CPPFLAGS="-I%{_includedir}/ncurses"
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc manual AUTHORS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.035726 seconds and 4 git commands to generate.