]> git.pld-linux.org Git - SPECS.git/blob - lilyterm.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / lilyterm.spec
1 Summary:        LilyTerm - a terminal emulator
2 Summary(hu.UTF-8):      LilyTerm egy terminál emulátor
3 Summary(pl.UTF-8):      LilyTerm - emulator terminala
4 Name:           lilyterm
5 Version:        0.9.8
6 Release:        0.1
7 License:        Other (maybe gpl-like)
8 Group:          X11/Applications
9 Source0:        http://lilyterm.luna.com.tw/file/%{name}-%{version}.tar.gz
10 # Source0-md5:  995f7b4634523bf5e150b529a4bdbf6f
11 URL:            http://lilyterm.luna.com.tw/index_en.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  gtk+2-devel
16 BuildRequires:  intltool
17 BuildRequires:  perl-libxml
18 BuildRequires:  pkgconfig
19 BuildRequires:  vte-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A light and easy to use libvte based X Terminal Emulator.
24
25 %description -l hu.UTF-8
26 Egy gyors és könnyen használható libvte alapú X Terminál Emulátor.
27
28 %description -l pl.UTF-8
29 Lekki, prosty w użyciu, oparty o libvte emulator terminala.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoheader}
37 %{__intltoolize}
38 %{__automake}
39 %{__autoconf}
40
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog COPYING NEWS TODO
58 %attr(755,root,root) %{_bindir}/*
59 ## /usr/share/doc/lilyterm/examples/lilyterm.rc is equal with /etc/xdg/lilyterm.rc
60 ## so we skip the /usr/.../lilyterm.rc
61 %{_sysconfdir}/xdg/lilyterm.conf
62 %{_desktopdir}/lilyterm.desktop
63 %{_pixmapsdir}/*
This page took 0.302045 seconds and 3 git commands to generate.