]> git.pld-linux.org Git - packages/dfbiterm.git/commitdiff
- first release
authorwitekfl <witekfl@pld-linux.org>
Sat, 11 Feb 2006 17:49:29 +0000 (17:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dfbiterm.spec -> 1.1

dfbiterm.spec [new file with mode: 0644]

diff --git a/dfbiterm.spec b/dfbiterm.spec
new file mode 100644 (file)
index 0000000..30c2b81
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       Terminal emulator for DirectFB
+Summary(pl):   Emulator terminala dla DirectFB
+Name:          dfbiterm
+Version:       0.1
+Release:       1
+License:       GPL v2
+Group:         Applications/Graphics
+Source0:       http://republika.pl/rkd/%{name}-%{version}.tar.bz2
+#Source0-md5:  0477c55c67815a89542ee60c861e8453
+BuildRequires: DirectFB-devel
+BuildRequires: libiterm-devel >= 0.5-3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dfbiterm is a terminal application for DirectFB.
+It is capable to display 256 colors like xterm or rxvt.
+
+%description -l pl
+dfbiterm to emulator terminala dla DirectFB.
+Potrafi wy¶wietliæ 256 kolorów, tak jak xterm czy rxvt.
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
This page took 0.065024 seconds and 4 git commands to generate.