]> git.pld-linux.org Git - packages/fastx_toolkit.git/commitdiff
- initial revision auto/th/fastx_toolkit-0_0_13-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 2 Nov 2011 11:18:16 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fastx_toolkit.spec -> 1.1

fastx_toolkit.spec [new file with mode: 0644]

diff --git a/fastx_toolkit.spec b/fastx_toolkit.spec
new file mode 100644 (file)
index 0000000..3066cef
--- /dev/null
@@ -0,0 +1,46 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing
+#Summary(pl.UTF-8):    -
+Name:          fastx_toolkit
+Version:       0.0.13
+Release:       1
+License:       AGPL v3
+Group:         Applications/Science
+Source0:       http://hannonlab.cshl.edu/fastx_toolkit/%{name}-%{version}.tar.bz2
+# Source0-md5: 6d233ff4ae3d52c457d447179f073a56
+URL:           http://hannonlab.cshl.edu/fastx_toolkit/index.html
+BuildRequires: libgtextutils-devel
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The FASTX-Toolkit is a collection of command line tools for
+Short-Reads FASTA/FASTQ files preprocessing.
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%{__sed} -i -e '1s,^#!.*bash,#!/bin/bash,' scripts/*.sh
+
+%build
+%configure \
+       --disable-wall
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README THANKS
+%attr(755,root,root) %{_bindir}/*
This page took 0.101059 seconds and 4 git commands to generate.