]> git.pld-linux.org Git - packages/PerlPanel.git/commitdiff
- initial release
authorfreetz <freetz@pld-linux.org>
Fri, 25 Jul 2003 16:47:24 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- builds but doesn't work for now

Changed files:
    PerlPanel.spec -> 1.1

PerlPanel.spec [new file with mode: 0644]

diff --git a/PerlPanel.spec b/PerlPanel.spec
new file mode 100644 (file)
index 0000000..e3e0934
--- /dev/null
@@ -0,0 +1,51 @@
+#
+# TODO:
+# - check Rs
+#
+Summary:       Panel program written in Perl
+Summary(pl):   Panel napisany w Perlu
+Name:          PerlPanel
+Version:       0.0.5
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://jodrell.net/files/%{name}-%{version}.tar.gz
+# Source0-md5: 322a3eafe09e590c796280f1084f7134
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://jodrell.net/projects/perlpanel/
+BuildRequires: perl-tools-pod
+Requires:      perl-Gtk2
+Requires:      perl-XML-Simple
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PerlPanel is an attempt to build a useable, lean panel program (like
+Gnome's gnome-panel and KDE's Kicker) in Perl, using Gtk2.
+
+%description -l pl
+PerlPanel jest prób± stworzenia ³atwego w u¿yciu, lekkiego panela
+(podobnego do panela GNOME i Kickera z KDE) w Perlu, przy uzyciu Gtk2.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%{__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 doc/README
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/perlpanel
+%{_datadir}/pixmaps/*
+%{_mandir}/man1/*
This page took 0.044857 seconds and 4 git commands to generate.