Hi guys,
I need some help, i'm packaging EasyBashGUI-1.2.8 and i can't remember how to copy the files to buildroot :|
It just needs to be copied and linked to /usr/local/bin/easybashgui
Name: EasyBashGUI
Summary: EasyBashGUI is a bash function library that aims to give scripters simple GUI functions
Version: 1.2.8
Release: 1
License: LGPL v3
Group: Development/Tools
Source0: EasyBashGUI-1.2.8.tar.gz
Packager: Slax <root@pclinux.in.rs>
Distribution: PCLinuxOS
Url: https://sites.google.com/site/easybashgui/
Vendor: Vittorio Cagnetta
%description
EasyBashGUI is a bash function library that aims to give scripters simple GUI functions
using kdialog, zenity, Xdialog or (c)dialog depending on KDE or GNOME running or not,
Xdialog installed or not and, eventually, X server running or not ( (c)dialog is the minimum ).
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}
cp * %{buildroot}/EasyBashGUI-1.2.8
ln -s %{buildroot}/EasyBashGUI-1.2.8 %{buildroot}/usr/local/bin/easybashgui
%files
%defattr(-,root,root)
%changelog
* Tue Jul 27 2010 Slax <root@pclinux.in.rs> 1.2.8-1pclos2010.7
+ sr description
+ pclinuxos initial release