ubuntu-wallpapers stable port information

Package: ubuntu-wallpapers
Version: 0.30
Revision: 1
Source: http://archive.ubuntu.com/ubuntu/pool/main/u/%n/%n_%v.tar.gz
Source-MD5: 8a3dd4c4f3e9896857fda1e31dcf8bb7
SourceDirectory: %n
Maintainer: Pierre-Henri Lavigne
Homepage: http://www.ubuntu.com
License: OSI-Approved
Description: Ubuntu Wallpapers
DescDetail: <<
The ubuntu-wallpapers package contains a set
of archived backgrounds used in Ubuntu desktop.
Released under the Creative Commons
Attribution-ShareAlike 2.5 License Agreement
<<
DescUsage: <<
Basic Usage:
Right-click on the gnome desktop to change the background
colors or add a wall-paper.
Tip:
The package installs various images under subdirectories
of %p/share/pixmaps/backgrounds/ubuntu.
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
PatchScript:<<
perl -pi -e "s,\/usr\/share\/backgrounds\/,\%p\/share\/pixmaps\/backgrounds\/ubuntu\/,g" ubuntu-wallpapers.xml.in
perl -pi -e "s,_name,name,g" ubuntu-wallpapers.xml.in
<<
CompileScript:<<
#!/bin/bash -ev
<<
InstallScript:<<
#!/bin/bash -ev
/bin/mkdir -p %i/share
/bin/mkdir -p %i/share/gnome-background-properties
/bin/mkdir -p %i/share/pixmaps
/bin/mkdir -p %i/share/pixmaps/backgrounds
/bin/mkdir -p %i/share/pixmaps/backgrounds/ubuntu
/bin/cp *.jpg %i/share/pixmaps/backgrounds/ubuntu
/bin/cp ubuntu-wallpapers.xml.in %i/share/gnome-background-properties/ubuntu-wallpapers.xml
<<