1 # Maintainer: Dan Serban
2 # Contributors: Conor Callahan, Alexandru Mizeranschi, TDY, Ionut Biru
7 pkgdesc="An improved fork of the GyachE Yahoo client"
9 url=http://gyachi.sourceforge.net/
11 depends=(gpgme gtkspell jasper libgtkhtml libmcrypt libtool libv4l)
12 makedepends=(alsa-lib imagemagick lynx pkgconfig pulseaudio)
13 optdepends=('pulseaudio: for pulseaudio support')
18 rm gyachi.tar.gz 2>/dev/null || true
19 _url=$(lynx -dump http://sourceforge.net/projects/gyachi/ | grep -o http.*projects.*download)
20 wget -O gyachi.tar.gz ${_url}
21 bsdtar -xf gyachi.tar.gz
22 cd $(ls -1d gyachi-*/ | tail -1)
23 export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
27 --libexecdir=/usr/lib/gyachi \
32 --disable-plugin_libnotify \
35 make DESTDIR="${pkgdir}" install
36 install -Dm644 "${pkgdir}"/usr/share/gyachi/themes/gyachi-classic/gyach-icon_48.png "${pkgdir}"/usr/share/pixmaps/${pkgname}.png