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.

31 lines
718 B

  1. # Maintainer: Andreas B. Wagner <AndreasBWagner@pointfree.net> pointfree on irc.freenode.net
  2. # Contributor: scrawl <scrawl@baseoftrash.de>
  3. pkgname=haguichi
  4. pkgver=1.0.26
  5. _series=1.0
  6. pkgrel=1
  7. pkgdesc="Hamachi GUI"
  8. arch=('any')
  9. url="http://www.haguichi.net"
  10. license=('GPL2')
  11. depends=('logmein-hamachi' 'mono' 'gconf-sharp' 'notify-sharp' 'ndesk-dbus-glib')
  12. #source=("http://launchpad.net/$pkgname/$_series/$pkgver/+download/$pkgname-$pkgver-clr4.0.tar.gz")
  13. source=("haguichi-1.0.26-clr4.0.tar.gz")
  14. sha256sums=('SKIP')
  15. build() {
  16. cd $srcdir/$pkgname-$pkgver
  17. ./configure --prefix=/usr
  18. }
  19. check() {
  20. cd $srcdir/$pkgname-$pkgver
  21. make -k check
  22. }
  23. package() {
  24. cd $srcdir/$pkgname-$pkgver
  25. make DESTDIR=$pkgdir install
  26. }