Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.0 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # Maintainer: Fincer <fincer89 [at] hotmail [dot] com>
  2. # Contributor: Andreas B. Wagner <AndreasBWagner@pointfree.net> pointfree on irc.freenode.net
  3. # Contributor: scrawl <scrawl@baseoftrash.de>
  4. pkgname=haguichi
  5. pkgver=1.0.26
  6. _series=1.0
  7. pkgrel=1
  8. pkgdesc="Hamachi GUI"
  9. arch=('any')
  10. url="http://www.haguichi.net"
  11. license=('GPL2')
  12. depends=('logmein-hamachi' 'gconf-sharp' 'notify-sharp' 'gtk2')
  13. makedepends=('make')
  14. #source=("http://launchpad.net/$pkgname/$_series/$pkgver/+download/$pkgname-$pkgver-clr4.0.tar.gz")
  15. source=("haguichi-1.0.26-clr4.0.tar.gz"
  16. fix-hamachi-not-detected.patch)
  17. sha256sums=('e65fad7961cd8152ca8a47477c55ba9d1f4a12fdc602c04d32fed1b29c2266b4'
  18. '2015c65d7081fd1fc06357c8b58603b78a063e3d38bea3dfd4b06d8fb35f49e2')
  19. prepare() {
  20. cd $srcdir/$pkgname-$pkgver
  21. patch -Np1 -i "$srcdir/fix-hamachi-not-detected.patch"
  22. }
  23. build() {
  24. cd $srcdir/$pkgname-$pkgver
  25. ./configure --prefix=/usr
  26. }
  27. check() {
  28. cd $srcdir/$pkgname-$pkgver
  29. make -k check
  30. }
  31. package() {
  32. cd $srcdir/$pkgname-$pkgver
  33. make DESTDIR=$pkgdir install
  34. }