Advertisement
Perberos

AUR cheser-icon-theme

Mar 5th, 2011
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. # Maintainer: Gen2ly <toodrpartridge gmail>
  2. # Contributor:
  3.  
  4. pkgname=cheser-icon-theme
  5. pkgver=2.8.1
  6. pkgrel=1
  7. pkgdesc="A near complete set of a mix of different Tango/Gnome-style icons."
  8. arch=('any')
  9. url="http://gnome-look.org/content/show.php/Cheser+Icon+Theme?content=113386"
  10. license=('GPL')
  11. depends=('librsvg')
  12. source=(http://dl.dropbox.com/u/9335585/Gnome-Look.org/Cheser-Icon-Theme.tar.gz)
  13. md5sums=('c98d3d812c642173cc5cd0adc85ed05d')
  14.  
  15.  
  16. build() {
  17.  
  18.   # Create package directory
  19.   install -d -m755 ${pkgdir}/usr/share/icons/
  20.  
  21.   # Enter relavent source directory
  22.   cd ${srcdir}/Cheser-Icon-Theme/
  23.  
  24.   # Copy source files to package directory
  25.   cp -r "Cheser" "${pkgdir}/usr/share/icons"
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement