Advertisement
Guest User

Untitled

a guest
Feb 4th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Maintainer: lang2 <wenzhi.liang@gmail.com>
  2.  
  3. pkgname=tkdiff
  4. pkgver=4.2
  5. pkgrel=1
  6. arch=('any')
  7. license=('GPL')
  8. pkgdesc="a graphical front end to the diff program"
  9. url="http://tkdiff.sourceforge.net/"
  10. depends=('tk')
  11. conflicts=('tkcvs')
  12. source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz)
  13.  
  14. build() {
  15. install -m 755 -D $startdir/src/$pkgname-unix/tkdiff $startdir/pkg/usr/bin/tkdiff
  16. }
  17. md5sums=('efc19226416afe3e98e4a29c112cfc3e')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement