Advertisement
Guest User

rsw 0.3.2. curl patch

a guest
Nov 17th, 2010
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. # Contributor: Juanma Hernandez <juanmah@gmail.com>
  2.  
  3. pkgname=rsw
  4. pkgver=0.3.2
  5. pkgrel=1
  6. pkgdesc="Real-time Sunlight Wallpaper"
  7. arch=('i686' 'x86_64')
  8. url="http://realtimesunlightwallpaper.weebly.com/"
  9. license=('GPL2' 'LGPL2.1')
  10. depends=('gtk2' 'curl')
  11. makedepends=('')
  12. provides=('rsw')
  13. source=(http://launchpad.net/realtimesunlightwallpaper/trunk/v$pkgver/+download/gtk-sunlight-$pkgver-ubuntu-all-1.tar.gz curl-wget.patch)
  14. md5sums=('51a7900e8701e8c3e9f1796a242067eb'
  15.          '8c83067cfa1b13aca8fa287239b9f774')
  16.  
  17. build() {
  18.  
  19.         cd $startdir/src/gtk-sunlight-$pkgver-ubuntu-all-1
  20.         patch -p1 -i ../curl-wget.patch
  21.         make || return 1
  22.         make DESTDIR=${startdir}/pkg install || return 1
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement