
Originally Posted by
SousukeSagara
Im not sure how to do that >.>, is there anywhere that might have a
small walk-through?
Hi
Download the src rpm from the packman site then if you right-click on
it and select extract here. You should get 3 files, the tarball a spec
file and a patch file. You need to copy these three files
to /usr/src/packages/SOURCES. Open the spec file with a text editor and
in the %build section it should be modified to read like this;
Code:
%configure\
--disable-static \
--disable-pymod-checks
If you also look at the BuildRequires sections at the beginning it
shows your the files that need to be installed to build it.
Save it, then open a terminal in the /usr/src/packages/SOURCES and run
the following command;
Code:
rpmbuild -ba awn-extras-applets.spec
If all goes well you will see two files built;
Code:
/usr/src/packages/SRPMS/awn-extras-applets-0.2.6-1.pm.1.src.rpm
and
/usr/src/packages/i586/awn-extras-applets-0.2.6-1.pm.1.i586.rpm
either copy those files to your home directory to install or use;
Code:
sudo rpm
-Uhv /usr/src/packages/i586/awn-extras-applets-0.2.6-1.pm.1.i586.rpm
The above command is all one line. NOTE this is all done as your user
not root!.
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 1 day 5:32, 2 users, load average: 0.97, 0.97, 0.96
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.27
Bookmarks