RPM for GRIO?
- From: Data Zone <datazone airmail net>
- To: gnome-list gnome org
- Cc: Traci Collins <tcollins rof net>
- Subject: RPM for GRIO?
- Date: Mon, 3 Jan 2000 05:52:20 -0600
Well, i don't have the time to build a rpm for you right now, since its
almost time for work for me. but i had made a spec file for it. So,
just cut on the dotted lines and paste to a grio.spec file, and either
put it in the tarball, or in your /usr/src/redhat/SPEC dir (or similar)
and build your rpm.
#<-----Cut Here-----
%define name grio
%define version 0.2
%define release 1
%define prefix /usr
Summary: A GNOME tool for managing your Diamond Rio PMP300 MP3 player
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Group: Applications/Multimedia
URL: http://kipper.crk.umn.edu/~gerla/grio/
Source: grio-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
Docdir: %{prefix}/doc
Requires: gtk+ >= 1.2.6
%description
This is a GNOME tool for managing your Diamond Rio PMP300 MP3 player. It
supports all major functions, including:
Uploading files to the Rio
Downloading files from the Rio
Erasing files
Initializing the Rio
Rearranging play order
Note: This program must be run as root. Due to issues with Gtk+, running
suid root is not recommended.
%prep
%setup
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
make
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{prefix} install
mkdir -p $RPM_BUILD_ROOT/usr/share/gnome/apps/Multimedia
cat > "$RPM_BUILD_ROOT/usr/share/gnome/apps/Multimedia/grio.desktop"
<<EOF
[Desktop Entry]
Name=Grio
Comment=GNOME Rio managment tool
Exec=grio
Icon=
Terminal=0
Type=Application
EOF
%files
%defattr(-,root,root)
%doc README NEWS AUTHORS COPYING
%attr(755,root,root) %{prefix}/bin/grio
%{prefix}/share/gnome/apps/Multimedia/grio.desktop
%clean
rm -r $RPM_BUILD_ROOT
#<-----Cut Here-----
Leland Elie
MIS Guy
On Mon, 03 Jan 2000 02:56:44 Traci Collins wrote:
> Does anyone know a location for an RPM of GRIO, the Gnome utilities
> for the RIO MP3 player? A pointer in the right direction would be
> much appreciated. Thanks.
>
> --
> Traci Collins, MA
> Professor of Computer Education
> Colorado Mountain College
> http://www.rof.net/wp/tcollins/traci.html
>
>
> --
> FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]