]> git.pld-linux.org Git - packages/PerlPanel.git/blob - PerlPanel.spec
- initial release
[packages/PerlPanel.git] / PerlPanel.spec
1 #
2 # TODO:
3 # - check Rs
4 #
5 Summary:        Panel program written in Perl
6 Summary(pl):    Panel napisany w Perlu
7 Name:           PerlPanel
8 Version:        0.0.5
9 Release:        0.1
10 License:        GPL v2
11 Group:          X11/Applications
12 Source0:        http://jodrell.net/files/%{name}-%{version}.tar.gz
13 # Source0-md5:  322a3eafe09e590c796280f1084f7134
14 Patch0:         %{name}-DESTDIR.patch
15 URL:            http://jodrell.net/projects/perlpanel/
16 BuildRequires:  perl-tools-pod
17 Requires:       perl-Gtk2
18 Requires:       perl-XML-Simple
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 PerlPanel is an attempt to build a useable, lean panel program (like
23 Gnome's gnome-panel and KDE's Kicker) in Perl, using Gtk2.
24
25 %description -l pl
26 PerlPanel jest prób± stworzenia ³atwego w u¿yciu, lekkiego panela
27 (podobnego do panela GNOME i Kickera z KDE) w Perlu, przy uzyciu Gtk2.
28
29 %prep
30 %setup -q
31 %patch -p1
32
33 %build
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ChangeLog doc/README
48 %attr(755,root,root) %{_bindir}/*
49 %{_libdir}/perlpanel
50 %{_datadir}/pixmaps/*
51 %{_mandir}/man1/*
This page took 0.028171 seconds and 3 git commands to generate.