Advertisement
Guest User

Arch Linux: xspin

a guest
Nov 11th, 2010
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Contributor: Pierre Chapuis <catwell@archlinux.us>
  2.  
  3. pkgname=xspin
  4. pkgver=5.2.5
  5. pkgrel=1
  6. pkgdesc="Tcl/Tk GUI for spin"
  7. arch=('any')
  8. url="http://spinroot.com/"
  9. license=('custom')
  10. depends=('spin' 'tk')
  11. source=(http://spinroot.com/spin/Src/xspin525.tcl)
  12.  
  13. build() {
  14. sed -i 's~#!/bin/sh~#!/usr/bin/wish -f~' xspin525.tcl
  15. install -Dm0755 xspin525.tcl $pkgdir/usr/bin/xspin
  16. install -Dm0644 /usr/share/licenses/spin/LICENSE.txt \
  17. $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
  18. }
  19.  
  20. md5sums=('4b41ff53c1834168aa183def9036bbb7')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement