]> git.pld-linux.org Git - SPECS.git/blob - fastx_toolkit.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / fastx_toolkit.spec
1 Summary:        The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing
2 #Summary(pl.UTF-8):     -
3 Name:           fastx_toolkit
4 Version:        0.0.13
5 Release:        1
6 License:        AGPL v3
7 Group:          Applications/Science
8 Source0:        http://hannonlab.cshl.edu/fastx_toolkit/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6d233ff4ae3d52c457d447179f073a56
10 URL:            http://hannonlab.cshl.edu/fastx_toolkit/index.html
11 BuildRequires:  libgtextutils-devel
12 BuildRequires:  perl-devel >= 1:5.8.0
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The FASTX-Toolkit is a collection of command line tools for
18 Short-Reads FASTA/FASTQ files preprocessing.
19
20 #%description -l pl.UTF-8
21
22 %prep
23 %setup -q
24
25 %{__sed} -i -e '1s,^#!.*bash,#!/bin/bash,' scripts/*.sh
26
27 %build
28 %configure \
29         --disable-wall
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS COPYING NEWS README THANKS
45 %attr(755,root,root) %{_bindir}/*
This page took 0.641101 seconds and 3 git commands to generate.