]> git.pld-linux.org Git - packages/bashish.git/commitdiff
- new AC-branch auto/ac/bashish-2_0_7-1 auto/th/bashish-2_0_7-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 21 Jul 2008 08:45:39 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashish.spec -> 1.1

bashish.spec [new file with mode: 0644]

diff --git a/bashish.spec b/bashish.spec
new file mode 100644 (file)
index 0000000..c38ba65
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       text console theme engine
+Summary(pl.UTF-8):     silnik moytwów dla konsoli tekstowej
+Name:          bashish
+Version:       2.0.7
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://dl.sourceforge.net/bashish/%{name}-%{version}.tar.gz
+# Source0-md5: 56a4dddb391f207e09b1dbec53d0b3dc
+URL:           http://bashish.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+Suggests:      bash
+Suggests:      csh
+Suggests:      fish
+Suggests:      zsh
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _noautoreq '/bin/bash' '/bin/csh'  '/usr/bin/fish' '/usr/bin/rc'
+
+%description
+Bashish is a theme enviroment for text terminals. It can change
+colors, font, transparency and background image on a per-application
+basis. Additionally Bashish supports prompt changing on common shells
+such as bash, zsh and tcsh.
+
+%description -l pl.UTF-8
+Bashish to zestaw motywów dla terminali tekstowych. Umożliwia zmianę
+kolorów, czcionki, przezroczystości oraz obrazka będącego tłem dla
+każdej aplikacji z osobna. Dodatkowo, bashish wspiera zmianę znaku
+zachęty na większości popularnych powłok, takich jak bash, zsh czy
+tcsh.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man1/bashish*
This page took 0.076704 seconds and 4 git commands to generate.